QScintilla/Exporters/ExporterHTML.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
diff -r ac84ac3c0f05 -r f0cb7579c0b4 QScintilla/Exporters/ExporterHTML.py
--- a/QScintilla/Exporters/ExporterHTML.py	Sat Jul 05 11:41:14 2014 +0200
+++ b/QScintilla/Exporters/ExporterHTML.py	Sat Jul 05 12:13:23 2014 +0200
@@ -84,7 +84,7 @@
         else:
             html += '''<title>{0}</title>\n'''.format(
                 os.path.basename(self.editor.getFileName()))
-        html += '''<meta name="Generator" content="eric5" />\n''' \
+        html += '''<meta name="Generator" content="eric6" />\n''' \
             '''<meta http-equiv="Content-Type" ''' \
             '''content="text/html; charset=utf-8" />\n'''
         if folding:

eric ide

mercurial