4875: 3.2.6-1 - Narweb - pedigree section

svn: r17370
This commit is contained in:
Doug Blank 2011-05-01 16:14:04 +00:00
parent 1091c221ba
commit a8a8b41210

View File

@ -4104,7 +4104,7 @@ class IndividualPage(BasePage):
ol += Html("li", self.name, class_ = "thisperson", inline = True)
family = self.pedigree_family()
if family:
ol += Html("ol", family, class_ = "spouselist")
ol += Html("ol", class_="spouselist") + family
return ol
# End of helper functions