* src/plugins/FtmStyleDescendants.py (print_children):
End children's table only if it was started. svn: r1637
This commit is contained in:
parent
f31d85559a
commit
5c880ed82f
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user