From 4878453cf38a8a82716a11597319390216d9b74e Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Tue, 19 May 2009 08:20:05 +0000 Subject: [PATCH] 3001: crash on Narrated Web Site report on my database svn: r12540 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index b30fe2db6..a65800611 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -376,8 +376,8 @@ class BasePage: value = _dd.display(date.Today()) msg = _('Generated by ' - 'GRAMPS on %(date)s') % {'date' : value, - 'homepage' : const.URL_HOMEPAGE} + 'GRAMPS on %(date)s') % {'date' : value, + 'homepage' : const.URL_HOMEPAGE} # optional "link-home" feature; see bug report #2736 if self.report.options['linkhome']: