diff --git a/src/plugins/FtmStyleDescendants.py b/src/plugins/FtmStyleDescendants.py index a297cfae5..51aa5a547 100644 --- a/src/plugins/FtmStyleDescendants.py +++ b/src/plugins/FtmStyleDescendants.py @@ -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