Changeset 1434

Show
Ignore:
Timestamp:
02/20/08 08:06:36 (2 years ago)
Author:
JensDiemer
Message:

Bugfix 154 absoluteIndex has a trailing slash

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/SiteMap/SiteMap.py

    r1312 r1434  
    9292 
    9393            href = "/".join(href) 
    94             entry["href"] = "%s/%s/" % (self.URLs["absoluteIndex"], href) 
     94            entry["href"] = self.URLs["absoluteIndex"] + href + "/" 
    9595 
    9696            result.append(HTML_TEMPLATE % entry)