From 9bb992c0b0607328cc2356cb35b2d439fd7024af Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 24 Nov 2014 15:57:57 +0800 Subject: Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false --- template/en/default/global/header.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index a558d28ed..04b0ee179 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -131,7 +131,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 %] -- cgit v1.2.3-24-g4f1b