Fixed bug#3775. Putting space between source references.
svn: r15004
This commit is contained in:
parent
429494fb13
commit
fa97100070
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user