Commit 8155a938 authored by Byron Jones's avatar Byron Jones

Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false

r=dkl,a=sgreen
parent e673eb9a
......@@ -132,7 +132,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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment