mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d316f617e4
commit
737fc8961f
@ -468,8 +468,9 @@ class MobiMLizer(object):
|
|||||||
vtag.append(child)
|
vtag.append(child)
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
for child in vbstate.para:
|
if vbstate.para is not None:
|
||||||
vtag.append(child)
|
for child in vbstate.para:
|
||||||
|
vtag.append(child)
|
||||||
return
|
return
|
||||||
|
|
||||||
if text or tag in CONTENT_TAGS or tag in NESTABLE_TAGS:
|
if text or tag in CONTENT_TAGS or tag in NESTABLE_TAGS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user