]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 253480: pages should be classified rather than identified by
authorkiko%async.com.br <>
Tue, 24 Aug 2004 09:37:47 +0000 (09:37 +0000)
committerkiko%async.com.br <>
Tue, 24 Aug 2004 09:37:47 +0000 (09:37 +0000)
domain name. r,a218=myk.

template/en/default/global/header.html.tmpl

index d33be2efb88d76488dcecf9ea83bcd0bc7e34a3e..5ee8c7f321acbf8a07818ee1dd0a2fe843b70210 100644 (file)
@@ -94,7 +94,7 @@
   #%]
 
   <body bgcolor="[% bgcolor %]" onload="[% onload %]"
-   id="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[@:/.]','-') %]"
+   class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]" 
    [% bodyattrs %]>
 
 [%# Migration note: the following file corresponds to the old Param