Commit 840d608f authored by kiko%async.com.br's avatar kiko%async.com.br

Fix for bug 253480: pages should be classified rather than identified by

domain name. r,a=myk.
parent 0a91330c
......@@ -101,7 +101,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment