From 8c429cdb4ee810b22c8807d011bc5276aac1cd23 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 15 Apr 2010 04:12:27 +0000 Subject: [PATCH] 3845: In NarrativeWeb plugin, would like to remove the from the source annotations, by adamplumb svn: r15131 --- src/plugins/webreport/NarrativeWeb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index a66486262..39fb8de86 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -345,12 +345,10 @@ class BasePage(object): text = "" if len(gid_list): - text += " " for ref in gid_list: index, key = self.bibli.add_reference(ref) id_ = "%d%s" % (index+1, key) text += '%s' % (id_, id_) - text += " " # return citation list text to its callers return text