--- a/QScintilla/Exporters/ExporterHTML.py Sat Jun 04 18:58:48 2011 +0200 +++ b/QScintilla/Exporters/ExporterHTML.py Sun Jun 05 18:27:56 2011 +0200 @@ -244,7 +244,7 @@ html += ''' ''' * ts column += ts else: - if tabs: + if useTabs: html += '\t' column += 1 else: @@ -400,4 +400,4 @@ """<p>Reason: {1}</p>""")\ .format(filename, str(err))) finally: - QApplication.restoreOverrideCursor() \ No newline at end of file + QApplication.restoreOverrideCursor()