parent
433033f6b8
commit
08331a522f
@ -345,7 +345,7 @@ class BasePage(object):
|
|||||||
for ref in gid_list:
|
for ref in gid_list:
|
||||||
index, key = self.bibli.add_reference(ref)
|
index, key = self.bibli.add_reference(ref)
|
||||||
id_ = "%d%s" % (index+1, key)
|
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>"
|
text += "</sup>"
|
||||||
|
|
||||||
# return citation list text to its callers
|
# return citation list text to its callers
|
||||||
|
Loading…
Reference in New Issue
Block a user