]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false
authorByron Jones <glob@mozilla.com>
Mon, 24 Nov 2014 07:57:51 +0000 (15:57 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 24 Nov 2014 07:57:51 +0000 (15:57 +0800)
r=dkl,a=sgreen

template/en/default/global/header.html.tmpl

index 852d2c85e5ce4bf2e0e6934d1ae17153e19029a4..a6548f999be12e7d187032b26542953ebd66680e 100644 (file)
       [% IF constants.CONCATENATE_ASSETS %]
         [% PROCESS format_css_link asset_url = css_sets.unified_custom %]
       [% ELSE %]
-        [% FOREACH asset_rul = css_sets.custom %]
+        [% FOREACH asset_url = css_sets.custom %]
           [% PROCESS format_css_link %]
         [% END %]
       [% END %]