* src/plugins/FtmStyleDescendants.py (print_children):

End children's table only if it was started.


svn: r1637
This commit is contained in:
Alex Roitman 2003-06-02 19:55:53 +00:00
parent ccad62d567
commit 45d3413028

View File

@ -692,7 +692,8 @@ class FtmDescendantReport(Report.Report):
self.doc.end_cell()
self.doc.end_row()
self.doc.end_table()
if not first:
self.doc.end_table()
first = 1