aboutsummaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-11-24 15:57:51 +0800
committerByron Jones <glob@mozilla.com>2014-11-24 15:57:51 +0800
commit45439b7cd6cdb0507de3d098db3d2b885343f75c (patch)
treeab0ab53d359af0edcdd453c8c9c1348b5aa266a5 /template/en
parent1fc447ad3467f47d773a9ca6e9caf31e7867f77d (diff)
downloadbugs-45439b7cd6cdb0507de3d098db3d2b885343f75c.tar
bugs-45439b7cd6cdb0507de3d098db3d2b885343f75c.tar.gz
bugs-45439b7cd6cdb0507de3d098db3d2b885343f75c.tar.bz2
bugs-45439b7cd6cdb0507de3d098db3d2b885343f75c.tar.xz
bugs-45439b7cd6cdb0507de3d098db3d2b885343f75c.zip
Bug 1102229: custom css stylesheets are not loaded if CONCATENATE_ASSETS is false
r=dkl,a=sgreen
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/global/header.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 852d2c85e..a6548f999 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 %]