* src/plugins/WebPage.py: handle page titles

* src/docgen/HtmlDoc.py: handle page titles


svn: r2236
This commit is contained in:
Don Allingham
2003-10-12 02:29:24 +00:00
parent a52c5a83b9
commit 07c2e959dd
2 changed files with 15 additions and 5 deletions

View File

@@ -127,7 +127,8 @@ class IndividualPage:
name = person.getPrimaryName().getRegularName()
self.doc.set_title(_("Summary of %s") % name)
self.doc.fix_title()
#--------------------------------------------------------------------
#
#