0001704: Det. anc. report - newline needed after endnote entries.

svn: r9985
This commit is contained in:
Brian Matherly 2008-02-02 20:14:37 +00:00
parent 3083cd077e
commit d9a1acc4f5
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
2008-02-02 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_Endnotes.py:
0001704: Det. anc. report - newline needed after endnote entries.
2008-02-02 Peter LAndgren <peter.talken@telia.com>
* data/man/gramps.in.1: [ \-l] -> [ \-l ]

View File

@ -124,7 +124,7 @@ def write_endnotes(bibliography, database, doc):
doc.write_text(txt)
first = False
else:
doc.write_text('; %s' % txt)
doc.write_text('\n%s' % txt)
rindex += 1
doc.end_paragraph()