mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-06 14:05:21 -04:00
Fix issues with script to create windows installer
This commit is contained in:
@@ -601,7 +601,7 @@ class HTMLConverter(object):
|
||||
self.current_para.append_to(self.current_block)
|
||||
self.current_para = Paragraph()
|
||||
if not self.current_block.get_text().strip():
|
||||
# THis is neccessary as apparently the reader
|
||||
# This is neccessary as apparently the reader
|
||||
# cannot handle empty TextBlocks, although
|
||||
# the Connect software displays them correctly
|
||||
mkr = TextBlock()
|
||||
|
||||
Reference in New Issue
Block a user