diff options
| author | Pierre Letouzey | 2014-12-05 10:07:02 +0100 |
|---|---|---|
| committer | Pierre Letouzey | 2014-12-09 12:14:39 +0100 |
| commit | 6f47b089934c10c38a5dfb126b5ae62ec9c305a0 (patch) | |
| tree | d4af658c67caf47f213801c509f83ccfaac3eb40 /doc/common/styles/html/coqremote/header.html | |
| parent | 414a38109a1a27aa8e0890bf73c537360f38a7b5 (diff) | |
doc/stdlib: fix the html charset in header.html and co
Diffstat (limited to 'doc/common/styles/html/coqremote/header.html')
| -rw-r--r-- | doc/common/styles/html/coqremote/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/common/styles/html/coqremote/header.html b/doc/common/styles/html/coqremote/header.html index 5c1a9ea362..a46ccb88f0 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> |
