mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 15:55:59 +01:00
typo
This commit is contained in:
parent
c0a1e17c20
commit
e49372ddf4
1 changed files with 1 additions and 1 deletions
|
|
@ -1206,7 +1206,7 @@ def update_css(ncss, ocss):
|
|||
if ncss:
|
||||
update_css(ncss, self.css)
|
||||
if npcss:
|
||||
update_css(pcss, self.pseudo_css)
|
||||
update_css(npcss, self.pseudo_css)
|
||||
elif tagname == 'pre':
|
||||
self.end_current_para()
|
||||
self.end_current_block()
|
||||
|
|
|
|||
Loading…
Reference in a new issue