mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-09 08:23:29 +01:00
...
This commit is contained in:
parent
3ce5236d60
commit
fb2e3fd38d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ def serialize(self, styles, normal_style):
|
|||
pPr = makeelement(block, 'w:pPr')
|
||||
self.bs.serialize_properties(pPr, normal_style.bs)
|
||||
if self.outline_level is not None:
|
||||
makeelement(pPr, 'w:outlineLvl', w_val=str(self.outline_level))
|
||||
makeelement(pPr, 'w:outlineLvl', w_val=str(self.outline_level + 1))
|
||||
rPr = makeelement(block, 'w:rPr')
|
||||
self.rs.serialize_properties(rPr, normal_style.rs)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue