mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Swapped arguments
This commit is contained in:
parent
19e38b6aa6
commit
db8a4190d5
@ -73,7 +73,7 @@ class CoverManager(object):
|
||||
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…
x
Reference in New Issue
Block a user