3001: crash on Narrated Web Site report on my database

svn: r12540
This commit is contained in:
Benny Malengier 2009-05-19 08:20:05 +00:00
parent 73e1ab5722
commit 4878453cf3

View File

@ -376,8 +376,8 @@ class BasePage:
value = _dd.display(date.Today())
msg = _('Generated by <a href="%(homepage)s">'
'GRAMPS</a> on %(date)s') % {'date' : value,
'homepage' : const.URL_HOMEPAGE}
'GRAMPS</a> on %(date)s') % {'date' : value,
'homepage' : const.URL_HOMEPAGE}
# optional "link-home" feature; see bug report #2736
if self.report.options['linkhome']: