* 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 f31d85559a
commit 5c880ed82f

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