Commit 45439b7c 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 1fc447ad
......@@ -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 %]
......
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