[svn r37306] Fixed link (now properly has an href).

--HG--
branch : trunk
This commit is contained in:
guido 2007-01-24 23:09:34 +01:00
parent 6b9e9078c8
commit 18413201f4
1 changed files with 3 additions and 1 deletions

View File

@ -322,7 +322,9 @@ class ApiPageBuilder(AbstractPageBuilder):
H.FunctionDef(localname, argdesc),
H.Docstring(docstring or H.em('no docstring available')),
H.div(H.a('show/hide info',
onclick='showhideel(this.parentNode.lastChild);'),
href='#',
onclick=('showhideel(this.parentNode.lastChild);'
'return false;')),
H.div(valuedesc, csource, style='display: none',
class_='funcinfo')),
)