mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix #1297532 [Edit Book: Wrong indent in beautify](https://bugs.launchpad.net/calibre/+bug/1297532)
This commit is contained in:
parent
5c03567d8e
commit
ccd16987a4
@ -93,7 +93,7 @@ BLOCK_TAGS = frozenset(map(XHTML, (
|
||||
'div', 'dl', 'dt', 'fieldset', 'figcaption', 'figure', 'footer', 'form',
|
||||
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'header', 'hgroup', 'hr', 'li',
|
||||
'noscript', 'ol', 'output', 'p', 'pre', 'script', 'section', 'style', 'table', 'tbody', 'td',
|
||||
'tfoot', 'thead', 'tr', 'ul', 'video'))) | {SVG_TAG}
|
||||
'tfoot', 'thead', 'tr', 'ul', 'video', 'img'))) | {SVG_TAG}
|
||||
|
||||
|
||||
def isblock(x):
|
||||
|
Loading…
x
Reference in New Issue
Block a user