* src/plugins/FtmStyleDescendants.py (print_children):
End children's table only if it was started. svn: r1637
This commit is contained in:
parent
ccad62d567
commit
45d3413028
@ -692,7 +692,8 @@ class FtmDescendantReport(Report.Report):
|
|||||||
self.doc.end_cell()
|
self.doc.end_cell()
|
||||||
self.doc.end_row()
|
self.doc.end_row()
|
||||||
|
|
||||||
self.doc.end_table()
|
if not first:
|
||||||
|
self.doc.end_table()
|
||||||
first = 1
|
first = 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user