mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:23:16 +02:00
...
This commit is contained in:
parent
7a3011ea80
commit
7a4c3be138
1 changed files with 1 additions and 1 deletions
|
|
@ -898,7 +898,7 @@ def generate_footnotes(self):
|
|||
# self.writeout(escape(note['citation']))
|
||||
# self.closetag('sup', False)
|
||||
self.writeout('[')
|
||||
self.opentag('a', { 'href': "#citation-%d" % key, 'id': "footnote-%d" % key })
|
||||
self.opentag('a', { 'href': "#citation-%d" % key })
|
||||
self.writeout(u"\u2190%d".encode('utf-8') % key)
|
||||
self.closetag('a')
|
||||
self.writeout(u']\xa0'.encode('utf-8'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue