Bug 824616: The urlbase field in global/header.html.tmpl must be filtered

r/a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@264619 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2013-01-03 12:31:28 +00:00
parent 0fdd0dece1
commit f508951d09
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
7738
7739

View File

@@ -243,7 +243,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">