mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 08:55:41 +02:00
Fix #1078713 (calibre-parallel.exe crashes when converting .odt file)
This commit is contained in:
parent
eeb62eea3f
commit
5ec9b392a7
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ def cnv_xlinkshow(attribute, arg, element):
|
|||
((FONS,u'margin-top'), None): cnv_string,
|
||||
((FONS,u'max-height'), None): cnv_string,
|
||||
((FONS,u'max-width'), None): cnv_string,
|
||||
((FONS,u'min-height'), None): cnv_length,
|
||||
((FONS,u'min-height'), None): cnv_lengthorpercent,
|
||||
((FONS,u'min-width'), None): cnv_string,
|
||||
((FONS,u'orphans'), None): cnv_string,
|
||||
((FONS,u'padding-bottom'), None): cnv_string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue