aboutsummaryrefslogtreecommitdiff
path: root/doc/common/styles/html/simple/header.html
diff options
context:
space:
mode:
authorPierre Letouzey2014-12-05 10:07:02 +0100
committerPierre Letouzey2014-12-09 12:14:39 +0100
commit6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (patch)
treed4af658c67caf47f213801c509f83ccfaac3eb40 /doc/common/styles/html/simple/header.html
parent414a38109a1a27aa8e0890bf73c537360f38a7b5 (diff)
doc/stdlib: fix the html charset in header.html and co
Diffstat (limited to 'doc/common/styles/html/simple/header.html')
-rw-r--r--doc/common/styles/html/simple/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/common/styles/html/simple/header.html b/doc/common/styles/html/simple/header.html
index 14d2f98888..ca54353806 100644
--- a/doc/common/styles/html/simple/header.html
+++ b/doc/common/styles/html/simple/header.html
@@ -1,10 +1,10 @@
-<!DOCTYPE html
+<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"/>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="coqdoc.css" type="text/css"/>
<title>The Coq Standard Library</title>
</head>