QScintilla/Exporters/ExporterHTML.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/QScintilla/Exporters/ExporterHTML.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/QScintilla/Exporters/ExporterHTML.py	Sat Oct 19 17:42:18 2013 +0200
@@ -408,6 +408,6 @@
                     self.trUtf8(
                         """<p>The source could not be exported to"""
                         """ <b>{0}</b>.</p><p>Reason: {1}</p>""")
-                        .format(filename, str(err)))
+                    .format(filename, str(err)))
         finally:
             QApplication.restoreOverrideCursor()

eric ide

mercurial