mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
various trailing comma (extra-edit)
This commit is contained in:
@@ -337,5 +337,5 @@ empty_elements = (
|
||||
(TEXTNS,'user-index-mark'),
|
||||
(TEXTNS,'user-index-mark-end'),
|
||||
(TEXTNS,'user-index-mark-start'),
|
||||
(TEXTNS,'variable-decl')
|
||||
(TEXTNS,'variable-decl'),
|
||||
)
|
||||
|
||||
@@ -1475,7 +1475,7 @@ dl.notes dd:last-of-type { page-break-after: avoid }
|
||||
self.opentag('a', {
|
||||
'href': f'#footnote-{self.currentnote}',
|
||||
'class': 'citation',
|
||||
'id':f'citation-{self.currentnote}'
|
||||
'id':f'citation-{self.currentnote}',
|
||||
})
|
||||
# self.writeout( escape(mark) )
|
||||
# Since HTML only knows about endnotes, there is too much risk that the
|
||||
|
||||
Reference in New Issue
Block a user