mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1078713 (calibre-parallel.exe crashes when converting .odt file)
This commit is contained in:
parent
eeb62eea3f
commit
5ec9b392a7
@ -605,7 +605,7 @@ attrconverters = {
|
|||||||
((FONS,u'margin-top'), None): cnv_string,
|
((FONS,u'margin-top'), None): cnv_string,
|
||||||
((FONS,u'max-height'), None): cnv_string,
|
((FONS,u'max-height'), None): cnv_string,
|
||||||
((FONS,u'max-width'), 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'min-width'), None): cnv_string,
|
||||||
((FONS,u'orphans'), None): cnv_string,
|
((FONS,u'orphans'), None): cnv_string,
|
||||||
((FONS,u'padding-bottom'), None): cnv_string,
|
((FONS,u'padding-bottom'), None): cnv_string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user