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