From 2dd699ab2b2c21ea29d389f2e783ebffb3a71531 Mon Sep 17 00:00:00 2001 From: milde Date: Fri, 22 Sep 2017 10:29:55 +0000 Subject: [PATCH] Fix source encoding declaration in html5 writer. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8181 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docutils/writers/html5_polyglot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docutils/docutils/writers/html5_polyglot/__init__.py b/docutils/docutils/writers/html5_polyglot/__init__.py index 721f2b6b6..02e300f29 100644 --- a/docutils/docutils/writers/html5_polyglot/__init__.py +++ b/docutils/docutils/writers/html5_polyglot/__init__.py @@ -1,4 +1,4 @@ -# .. coding: utf8 +# .. coding: utf-8 # $Id$ # :Author: Günter Milde # Based on the html4css1 writer by David Goodger. -- 2.11.4.GIT