mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
87c474ef7e
commit
f4e5bf697a
@ -314,7 +314,7 @@ class BlockStyle(DOCXStyle):
|
|||||||
style.append(makeelement(style, 'keepLines', bmap(self.keep_lines)))
|
style.append(makeelement(style, 'keepLines', bmap(self.keep_lines)))
|
||||||
|
|
||||||
if self is not normal_style and self.next_style is not None:
|
if self is not normal_style and self.next_style is not None:
|
||||||
style.append(style.makeelement(w('next'), **{w('val'):self.next_style}))
|
style.append(makeelement(style, 'next', val=self.next_style))
|
||||||
return style
|
return style
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user