diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-12-05 10:07:02 +0100 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-12-09 12:14:39 +0100 |
commit | 6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (patch) | |
tree | d4af658c67caf47f213801c509f83ccfaac3eb40 /doc/common/styles | |
parent | 414a38109a1a27aa8e0890bf73c537360f38a7b5 (diff) |
doc/stdlib: fix the html charset in header.html and co
Diffstat (limited to 'doc/common/styles')
-rw-r--r-- | doc/common/styles/html/coqremote/cover.html | 14 | ||||
-rw-r--r-- | doc/common/styles/html/coqremote/header.html | 2 | ||||
-rw-r--r-- | doc/common/styles/html/simple/cover.html | 16 | ||||
-rw-r--r-- | doc/common/styles/html/simple/header.html | 4 |
4 files changed, 18 insertions, 18 deletions
diff --git a/doc/common/styles/html/coqremote/cover.html b/doc/common/styles/html/coqremote/cover.html index 790806311..ac7d81d4e 100644 --- a/doc/common/styles/html/coqremote/cover.html +++ b/doc/common/styles/html/coqremote/cover.html @@ -3,7 +3,7 @@ <head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <style type="text/css" media="all">@import "/modules/node/node.css";</style> <style type="text/css" media="all">@import "/modules/system/defaults.css";</style> @@ -56,12 +56,12 @@ <div style="text-align: left; font-size: 80%; text-indent: 0pt"> <ul style="list-style: none; margin-left: 0pt"> - <li>V7.x © INRIA 1999-2004</li> - <li>V8.0 © INRIA 2004-2008</li> - <li>V8.1 © INRIA 2006-2011</li> - <li>V8.2 © INRIA 2008-2011</li> - <li>V8.3 © INRIA 2010-2011</li> - <li>V8.4 © INRIA 2012-2014</li> + <li>V7.x © INRIA 1999-2004</li> + <li>V8.0 © INRIA 2004-2008</li> + <li>V8.1 © INRIA 2006-2011</li> + <li>V8.2 © INRIA 2008-2011</li> + <li>V8.3 © INRIA 2010-2011</li> + <li>V8.4 © INRIA 2012-2014</li> </ul> <p style="text-indent: 0pt">This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub">http://www.opencontent.org/openpub</a>). Options A and B are not elected.</p> diff --git a/doc/common/styles/html/coqremote/header.html b/doc/common/styles/html/coqremote/header.html index 5c1a9ea36..a46ccb88f 100644 --- a/doc/common/styles/html/coqremote/header.html +++ b/doc/common/styles/html/coqremote/header.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <style type="text/css" media="all">@import "/modules/node/node.css";</style> <style type="text/css" media="all">@import "/modules/system/defaults.css";</style> diff --git a/doc/common/styles/html/simple/cover.html b/doc/common/styles/html/simple/cover.html index f5da36c2d..7cc20f582 100644 --- a/doc/common/styles/html/simple/cover.html +++ b/doc/common/styles/html/simple/cover.html @@ -4,7 +4,7 @@ <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>Reference Manual | The Coq Proof Assistant</title> <link rel="stylesheet" type="text/css" href="style.css"/> @@ -21,7 +21,7 @@ <div id="content"> <br/><br/><br/><br/> -<div style="text-align:center"> +<div style="text-align:center"> <h1 style="font-weight:bold; font-size: 300%; line-height: 2ex">Reference Manual</h1> <h2 style="font-size: 120%"> @@ -34,12 +34,12 @@ <div style="text-align: left; font-size: 80%; text-indent: 0pt"> <ul style="list-style: none; margin-left: 0pt"> - <li>V7.x © INRIA 1999-2004</li> - <li>V8.0 © INRIA 2004-2008</li> - <li>V8.1 © INRIA 2006-2011</li> - <li>V8.2 © INRIA 2008-2011</li> - <li>V8.3 © INRIA 2010-2011</li> - <li>V8.4 © INRIA 2012-2014</li> + <li>V7.x © INRIA 1999-2004</li> + <li>V8.0 © INRIA 2004-2008</li> + <li>V8.1 © INRIA 2006-2011</li> + <li>V8.2 © INRIA 2008-2011</li> + <li>V8.3 © INRIA 2010-2011</li> + <li>V8.4 © INRIA 2012-2014</li> </ul> <p style="text-indent: 0pt">This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at <a href="http://www.opencontent.org/openpub">http://www.opencontent.org/openpub</a>). Options A and B are not elected.</p> diff --git a/doc/common/styles/html/simple/header.html b/doc/common/styles/html/simple/header.html index 14d2f9888..ca5435380 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> |