This commit is contained in:
Kovid Goyal 2014-03-26 09:55:05 +05:30
parent 5c03567d8e
commit ccd16987a4

View File

@ -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):