From 02786a4dce7df947a04c49b6a2c7d1b40af04e0f Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Thu, 5 Feb 2009 16:36:21 +0000 Subject: [PATCH] Fix surname string in the generated surname summary page. This was fixed with r10310 in trunk. svn: r11873 --- src/plugins/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 18ab91f5c..6adf2cbfa 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -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

Surnames:

\n') of.write('\t

%s

\n' % html_escape(surname))