]> 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:38 +0000 (15:57 +0800)
committerByron Jones <glob@mozilla.com>
Mon, 24 Nov 2014 07:57:38 +0000 (15:57 +0800)
r=dkl,a=sgreen

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

index c4c3849ece035603ba715de624a721090ef7e50e..dd1923f29f40af2f04d1b6207702eceea90a94cb 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 %]