From fa971000708773a8930b7173a268ce2bc53ac8d9 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 3 Apr 2010 05:41:26 +0000 Subject: [PATCH] Fixed bug#3775. Putting space between source references. svn: r15004 --- 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 fbb405019..1c8450778 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -348,7 +348,7 @@ class BasePage(object): index, key = self.bibli.add_reference(ref) id_ = "%d%s" % (index+1, key) text += '%s' % (id_, id_) - text += "" + text += " " # return citation list text to its callers return text