--- 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()