* src/plugins/FtmStyleDescendants.py: handle missing "endnotes"

svn: r1801
This commit is contained in:
Don Allingham 2003-06-29 14:38:50 +00:00
parent 893712a190
commit 445cf6e4d8

View File

@ -385,6 +385,7 @@ class FtmDescendantReport(Report.Report):
else:
self.doc.write_text(_('%(event_name)s: %(place)s%(endnotes)s') % {
'event_name' : event.getName(),
'endnotes' : self.endnotes(event),
'place' : event.getPlaceName() })
self.doc.end_paragraph()