* src/plugins/FtmStyleDescendants.py: handle missing "endnotes"
svn: r1801
This commit is contained in:
parent
893712a190
commit
445cf6e4d8
@ -385,6 +385,7 @@ class FtmDescendantReport(Report.Report):
|
|||||||
else:
|
else:
|
||||||
self.doc.write_text(_('%(event_name)s: %(place)s%(endnotes)s') % {
|
self.doc.write_text(_('%(event_name)s: %(place)s%(endnotes)s') % {
|
||||||
'event_name' : event.getName(),
|
'event_name' : event.getName(),
|
||||||
|
'endnotes' : self.endnotes(event),
|
||||||
'place' : event.getPlaceName() })
|
'place' : event.getPlaceName() })
|
||||||
self.doc.end_paragraph()
|
self.doc.end_paragraph()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user