diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 863fb53c8..b148f8516 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -661,7 +661,7 @@ class BasePage: cmp = locale.strcoll) for (path, name, gid) in sortlist: - of.write('\t\t\t
  • TEST ') + of.write('\t\t\t
  • ') # Note. 'path' already has a filename extension url = self.report.build_url_fname(path, None, self.up) self.person_link(of, url, name, gid)