Fix surname string in the generated surname summary page.

This was fixed with r10310 in trunk.


svn: r11873
This commit is contained in:
Luigi Toscano 2009-02-05 16:36:21 +00:00
parent 6b99247d57
commit 02786a4dce

View File

@ -984,7 +984,7 @@ class SurnamePage(BasePage):
msg = _("This page contains an index of all the individuals in the "
"database with the surname of %s. Selecting the person’s name "
"will take you to that person’s individual page.") % title
"will take you to that person’s individual page.") % surname
of.write('\t<h2>Surnames:</h2>\n')
of.write('\t<h3>%s</h3>\n' % html_escape(surname))