From: Byron Jones Date: Mon, 24 Nov 2014 07:57:51 +0000 (+0800) Subject: Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false X-Git-Tag: bugzilla-5.0rc1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45439b7cd6cdb0507de3d098db3d2b885343f75c;p=thirdparty%2Fbugzilla.git Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false r=dkl,a=sgreen --- diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 852d2c85e5..a6548f999b 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -109,7 +109,7 @@ [% 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 %]