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: