diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 5906c2edd..f6d2b2f8c 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -374,12 +374,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