diff options
author | Matt Selsky <selsky@columbia.edu> | 2013-01-03 13:25:57 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-03 13:25:57 +0100 |
commit | aea14709d4e25299cfe3aa3b0dc76344727f7b0b (patch) | |
tree | 0201b5e299234be8a3cc1d6a9d871b3dacc435ef /template/en | |
parent | 482ef8d801bc9fdf5ac2bd5be7ab69453f4def2c (diff) | |
download | bugzilla-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')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
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"> |