From 709eb0ebcd7c756f6df72338b26703d69c396113 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sun, 10 Mar 2013 23:55:08 +0000 Subject: [PATCH] 6237: Suppress Gramps ID in Narrative Web report svn: r21607 --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index 70869fd09..354733a90 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -2813,7 +2813,7 @@ class BasePage(object): depth+1) else: url = self.report.build_url_fname(path, up=self.up) - if gid != "": + if (not self.noid and gid != ""): gid_html = Html("span", " [%s]" % gid, class_ = "grampsid", inline = True) else: