[svn r38448] shorter title

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-11 12:05:52 +01:00
parent e535f80be1
commit b7b9ff2b71
1 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ class ApiPageBuilder(AbstractPageBuilder):
nav = self.build_navigation(dotted_name, False)
reltargetpath = "api/%s.html" % (dotted_name,)
self.linker.set_link(dotted_name, reltargetpath)
title = '%s API documentation' % (dotted_name,)
title = '%s API' % (dotted_name,)
rev = self.get_revision(dotted_name)
if rev:
title += ' [rev. %s]' % (rev,)
@ -497,7 +497,7 @@ class ApiPageBuilder(AbstractPageBuilder):
nav = self.build_navigation(dotted_name, False)
reltargetpath = "api/%s.html" % (dotted_name,)
self.linker.set_link(dotted_name, reltargetpath)
title = '%s API documentation' % (dotted_name,)
title = '%s API' % (dotted_name,)
rev = self.get_revision(dotted_name)
if rev:
title += ' [rev. %s]' % (rev,)