QScintilla/Exporters/ExporterHTML.py

branch
5_1_x
changeset 1113
95d837803666
parent 791
9ec2ac20e54e
child 1510
e75ecf2bd9dd
--- 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()

eric ide

mercurial