Commit 48a7df57 authored by Evan Simpson's avatar Evan Simpson

Use getPhysicalPath *right*

parent a9211752
......@@ -142,7 +142,7 @@ class HelpTopicBase:
def url(self):
"URL for indexing purposes"
return self.getPhysicalPath()
return string.join(self.getPhysicalPath(), '/')
# Private indexing methods
# ------------------------
......
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