Fixed table formatting

svn: r230
This commit is contained in:
Don Allingham 2001-07-06 00:37:44 +00:00
parent 478e8e0b5e
commit 2cf8b84af4

View File

@ -392,12 +392,6 @@ class IndividualPage:
child_list = family.getChildList()
if len(child_list) > 0:
self.doc.start_row()
self.doc.start_cell("NormalCell")
self.doc.start_paragraph("Data")
self.doc.write_text("")
self.doc.end_paragraph()
self.doc.end_cell()
self.doc.start_cell("NormalCell")
self.doc.start_paragraph("Label")