diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py
index 36cf2b307..b5d932b31 100644
--- a/src/plugins/webreport/NarrativeWeb.py
+++ b/src/plugins/webreport/NarrativeWeb.py
@@ -345,7 +345,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_)
text += ""
# return citation list text to its callers