mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
7a3011ea80
commit
7a4c3be138
@ -898,7 +898,7 @@ dl.notes dd:last-of-type { page-break-after: avoid }
|
||||
# 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…
x
Reference in New Issue
Block a user