summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/header.html.tmpl
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2013-01-03 13:25:57 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-03 13:25:57 +0100
commitaea14709d4e25299cfe3aa3b0dc76344727f7b0b (patch)
tree0201b5e299234be8a3cc1d6a9d871b3dacc435ef /template/en/default/global/header.html.tmpl
parent482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c (diff)
downloadbugzilla-aea14709d4e25299cfe3aa3b0dc76344727f7b0b.tar.gz
bugzilla-aea14709d4e25299cfe3aa3b0dc76344727f7b0b.tar.xz
Bug 824616: The urlbase field in global/header.html.tmpl must be filtered
r/a=LpSolit
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-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 a7449883f..0dffcb5de 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -249,7 +249,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">