From fae629c013dd78ae9d58198129ce19c328df3f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Wed, 4 Feb 2009 08:45:21 +0000 Subject: [PATCH] removed 'TEST' debug text left in previous commit svn: r11842 --- 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 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)