Fix for bug #3775. Add separation between citation links.

svn: r14978
This commit is contained in:
Rob G. Healey 2010-03-31 07:54:48 +00:00
parent 433033f6b8
commit 08331a522f

View File

@ -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 += '<a href="#sref%s">%s</a>' % (id_, id_)
text += '<a href="#sref%s ">%s</a>' % (id_, id_)
text += "</sup>"
# return citation list text to its callers