[svn r38782] here as well

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-14 03:30:19 +01:00
parent 1adff0f057
commit 09f7bc947d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Page(object):
self.fill()
def a_docref(self, name, relhtmlpath):
docpath = get_docpath()
docpath = self.project.get_docpath()
return html.a(name, class_="menu",
href=relpath(self.targetpath.strpath,
docpath.join(relhtmlpath).strpath))