htmltextview. jump to newline if inline element started. Fixes #6880
This commit is contained in:
parent
426d08ae09
commit
9fc82bbffc
|
@ -794,7 +794,7 @@ class HtmlHandler(xml.sax.handler.ContentHandler):
|
|||
elif name in ('a', 'img', 'body', 'html'):
|
||||
pass
|
||||
elif name in INLINE:
|
||||
pass
|
||||
self._jump_line()
|
||||
else:
|
||||
log.warning('Unhandled element "%s"' % name)
|
||||
|
||||
|
|
Loading…
Reference in New Issue