From a8a8b41210348d5f2a0ee0b85794ecf92d5cb014 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 1 May 2011 16:14:04 +0000 Subject: [PATCH] 4875: 3.2.6-1 - Narweb - pedigree section svn: r17370 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 45f1e86e5..5dbbf0bf5 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -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