mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
8abf49f8ed
commit
d9f1d73063
@ -135,7 +135,7 @@ def parse_types(x):
|
||||
|
||||
align = ''
|
||||
if x.get('textAlign'):
|
||||
align = f' style="text-align: {x['textAlign'].lower()};"'
|
||||
align = f' style="text-align: {x["textAlign"].lower()};"'
|
||||
|
||||
if 'Header' in typename:
|
||||
yield '\n'.join(parse_header(x))
|
||||
|
Loading…
x
Reference in New Issue
Block a user