Fix issues with script to create windows installer

This commit is contained in:
Kovid Goyal
2007-05-01 20:00:33 +00:00
parent 0cf1163000
commit c44bd5ab55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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()