mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 05:16:23 +01:00
oops
This commit is contained in:
parent
b0978777e5
commit
a44a5040e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1062,7 +1062,7 @@ def update_css(ncss):
|
|||
self.list_level += 1
|
||||
if tagname == 'ol':
|
||||
old_counter = self.list_counter
|
||||
self.list_counter = 1
|
||||
self.list_counter = 1
|
||||
prev_bs = self.current_block.blockStyle
|
||||
self.end_current_block()
|
||||
attrs = self.current_block.blockStyle.attrs
|
||||
|
|
|
|||
Loading…
Reference in a new issue