From c0fa9b4b3779bf82509e5214cec97f6d48a738da Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 19 Apr 2010 11:01:33 +0000 Subject: [PATCH] Format references: [1], [2] svn: r15229 --- 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 78597476e..6857907e9 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -377,7 +377,7 @@ class BasePage(object): for ref in gid_list: index, key = self.bibli.add_reference(ref) id_ = "%d%s" % (index+1, key) - text += '%s' % (id_, id_) + text += ' [%s]' % (id_, id_) # return citation list text to its callers return text