mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7572 (pdf unwrap_factor being set incorrectly for new users?)
This commit is contained in:
parent
d2b427c3f9
commit
f4cab917ea
@ -269,11 +269,6 @@ class HTMLInput(InputFormatPlugin):
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
OptionRecommendation(name='unwrap_factor', recommended_value=0.0,
|
|
||||||
help=_('Average line length for line breaking if the HTML is from a '
|
|
||||||
'previous partial conversion of a PDF file. Default is %default '
|
|
||||||
'which disables this.')),
|
|
||||||
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def convert(self, stream, opts, file_ext, log,
|
def convert(self, stream, opts, file_ext, log,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user