From 202405d748be32e458e1c54b7a81a85d9f841338 Mon Sep 17 00:00:00 2001 From: Michiel Nauta Date: Sun, 11 Sep 2011 10:55:44 +0000 Subject: [PATCH] 5226: again, husband and wife links svn: r18149 --- src/plugins/webreport/NarrativeWeb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 203488635..2b17f8e24 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -394,7 +394,7 @@ class BasePage(object): if husband: husband_name = self.get_name(husband) if check_person_database(husband): - url = self.report.build_url_fname_html(husband_handle, "ppl", True) + url = self.report.build_url_fname_html(husband_handle, "ppl", up) hlink = self.person_link(url, husband, _NAME_STYLE_DEFAULT, gid = husband.gramps_id) else: hlink = husband_name @@ -402,7 +402,7 @@ class BasePage(object): if spouse: spouse_name = self.get_name(spouse) if check_person_database(spouse): - url = self.report.build_url_fname_html(spouse_handle, "ppl", True) + url = self.report.build_url_fname_html(spouse_handle, "ppl", up) slink = self.person_link(url, spouse, _NAME_STYLE_DEFAULT, gid = spouse.gramps_id) else: slink = spouse_name