Fix #1078713 (calibre-parallel.exe crashes when converting .odt file)

This commit is contained in:
Kovid Goyal 2012-11-23 11:07:15 +05:30
parent eeb62eea3f
commit 5ec9b392a7

View File

@ -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,