Improved date format, minor reporting bugs, family view edit button fixes.

svn: r61
This commit is contained in:
Don Allingham
2001-05-26 13:38:00 +00:00
parent 817453ef92
commit f13b935eb2
9 changed files with 83 additions and 27 deletions

View File

@@ -122,7 +122,6 @@ class PdfDoc(TextDoc):
def end_paragraph(self):
if self.in_table == 0 and self.image == 0:
print self.text
self.story.append(Paragraph(self.text,self.current_para))
self.story.append(Spacer(1,0.25*cm))
else: