From 79a6c062c9801e128a5a9a87d4a3f24ea021bd64 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Mon, 9 Jan 2012 15:04:54 +0000 Subject: [PATCH] 5489: some FamilyGroup.py rows have no right border svn: r18726 --- src/plugins/textreport/FamilyGroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/textreport/FamilyGroup.py b/src/plugins/textreport/FamilyGroup.py index 8e5263864..1fccb4018 100644 --- a/src/plugins/textreport/FamilyGroup.py +++ b/src/plugins/textreport/FamilyGroup.py @@ -133,7 +133,7 @@ class FamilyGroup(Report): self.doc.end_cell() if descr: - self.doc.start_cell("FGR-TextContents",2) + self.doc.start_cell("FGR-TextContentsEnd",2) self.doc.start_paragraph('FGR-Normal') self.doc.write_text(descr) self.doc.end_paragraph()