summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2013-01-03 13:23:12 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-03 13:23:12 +0100
commit28d94456ca0912e7af8a6f129fe6b03d8b6310f0 (patch)
tree35c0c4d4cf536d8b2f2935f1bf656cc623e133fb /template
parent4bd20b178878cf9f204c94921ecb45dc8cd9af3b (diff)
downloadbugzilla-28d94456ca0912e7af8a6f129fe6b03d8b6310f0.tar.gz
bugzilla-28d94456ca0912e7af8a6f129fe6b03d8b6310f0.tar.xz
Bug 824616: The urlbase field in global/header.html.tmpl must be filtered
r/a=LpSolit
Diffstat (limited to 'template')
-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 97ccbefab..83816c97e 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -234,7 +234,7 @@
#%]
<body onload="[% onload %]"
- class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
+ class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') FILTER css_class_quote %]
[% FOREACH class = bodyclasses %]
[% ' ' %][% class FILTER css_class_quote %]
[% END %] yui-skin-sam">