summaryrefslogtreecommitdiff
path: root/doc/coq2html.mll
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-02-21 13:05:16 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2014-02-21 13:05:16 +0000
commit5af448143e8d548a8d73d8ed613156e331ca0e0b (patch)
tree6194eb9571ad10631ea6b451a345a37d5f9e02e2 /doc/coq2html.mll
parent1f16929dbe62bb60ea391705c48d893fa6c997d9 (diff)
Updates for release 2.2
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2415 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'doc/coq2html.mll')
-rw-r--r--doc/coq2html.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coq2html.mll b/doc/coq2html.mll
index 4f04f98..329e9ea 100644
--- a/doc/coq2html.mll
+++ b/doc/coq2html.mll
@@ -230,7 +230,7 @@ let start_html_page modname =
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
-<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
+<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<title>Module %s</title>
<meta name=\"description\" content=\"Documentation of Coq module %s\" />
<link href=\"coq2html.css\" rel=\"stylesheet\" type=\"text/css\" />