Fixed bug#3775. Putting space between source references.

svn: r15004
This commit is contained in:
Rob G. Healey 2010-04-03 05:41:26 +00:00
parent 429494fb13
commit fa97100070

View File

@ -348,7 +348,7 @@ class BasePage(object):
index, key = self.bibli.add_reference(ref)
id_ = "%d%s" % (index+1, key)
text += '<a href="#sref%s">%s</a>' % (id_, id_)
text += "</sup>"
text += "</sup> "
# return citation list text to its callers
return text