mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #3368 (TypeError: not enough arguments for format string)
This commit is contained in:
parent
330779fa13
commit
ec16cc89f4
@ -192,7 +192,7 @@ class PMLMLizer(object):
|
||||
text += '\\w'
|
||||
width = elem.get('width')
|
||||
if width:
|
||||
text += '="%s%"' % width
|
||||
text += '="%s%%"' % width
|
||||
else:
|
||||
text += '="50%"'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user