mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-10 16:24:52 +01:00
...
This commit is contained in:
parent
87c474ef7e
commit
f4e5bf697a
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ def serialize(self, styles, normal_style):
|
|||
style.append(makeelement(style, 'keepLines', bmap(self.keep_lines)))
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue