3001: crash on Narrated Web Site report on my database

svn: r12541
This commit is contained in:
Benny Malengier 2009-05-19 08:20:25 +00:00
parent de2a2c2e67
commit f19488da77

View File

@ -349,7 +349,7 @@ class BasePage:
of.write('</p>\n')
of.write('\t</div>\n')
value = _dp.parse(time.strftime('%b %d %Y'))
value = _dp.parse(time.strftime('%Y-%m-%d'))
value = _dd.display(value)
msg = _('Generated by <a href="http://gramps-project.org">'
'GRAMPS</a> on %(date)s') % {'date' : value}