diff options
author | lpsolit%gmail.com <> | 2007-04-19 17:05:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-04-19 17:05:20 +0200 |
commit | 40e63525a8bda9132a4d2c0d296b2b7e89fe75de (patch) | |
tree | c55b68fd0ed29b7752d0956c7cab85d8004882e6 /template/en/default/global/header.html.tmpl | |
parent | 29ab35c232fdff053f78b18598bfbe6a13f29826 (diff) | |
download | bugzilla-40e63525a8bda9132a4d2c0d296b2b7e89fe75de.tar.gz bugzilla-40e63525a8bda9132a4d2c0d296b2b7e89fe75de.tar.xz |
Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
Diffstat (limited to 'template/en/default/global/header.html.tmpl')
-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 ad1df396d..ea64c362f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -218,7 +218,7 @@ #%] <body onload="[% onload %]" - class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %] + class="[% urlbase.replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %] [% FOREACH class = bodyclasses %] [% ' ' %][% class FILTER css_class_quote %] [% END %]"> |