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