diff options
author | Matt Selsky <selsky@columbia.edu> | 2013-01-03 13:23:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-03 13:23:12 +0100 |
commit | 28d94456ca0912e7af8a6f129fe6b03d8b6310f0 (patch) | |
tree | 35c0c4d4cf536d8b2f2935f1bf656cc623e133fb /template/en/default/global | |
parent | 4bd20b178878cf9f204c94921ecb45dc8cd9af3b (diff) | |
download | bugzilla-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/en/default/global')
-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 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"> |