mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 13:23:15 +02:00
Swapped arguments
This commit is contained in:
parent
19e38b6aa6
commit
db8a4190d5
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def __init__(self, no_default_cover=False, no_svg_cover=False,
|
|||
style = 'style="height: 100%%"'
|
||||
else:
|
||||
width, height = fixed_size
|
||||
style = 'style="height: %s; width: %s"'%(width, height)
|
||||
style = 'style="height: %s; width: %s"'%(height, width)
|
||||
self.non_svg_template = self.NONSVG_TEMPLATE.replace('__style__',
|
||||
style)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue