From ce1c01f96365d8f0c32dbd0986d41f27c67af9e8 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sun, 10 Mar 2013 23:54:27 +0000 Subject: [PATCH] 6237: Suppress Gramps ID in Narrative Web report svn: r21605 --- 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 468ff0930..91121dda7 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -2810,7 +2810,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: