diff options
author | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2013-12-27 07:49:59 +0100 |
---|---|---|
committer | Marco Bodrato <bodrato@mail.dm.unipi.it> | 2013-12-27 07:49:59 +0100 |
commit | c66f516079de74099d2a43979eaad1b779490104 (patch) | |
tree | ba53fae800b7299ad7e3de8fc83682b9797f49f2 /doc | |
parent | 6a0c002ec2409183be4e6bf96a48166ba8c5500d (diff) | |
download | gmp-c66f516079de74099d2a43979eaad1b779490104.tar.gz |
Change <meta content> to utf-8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/projects.html | 2 | ||||
-rw-r--r-- | doc/tasks.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/projects.html b/doc/projects.html index 3991c3e4a..2e8c90bc6 100644 --- a/doc/projects.html +++ b/doc/projects.html @@ -4,7 +4,7 @@ <title>GMP Development Projects</title> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="gmp.css"> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <center> diff --git a/doc/tasks.html b/doc/tasks.html index e5a24c432..5d0899bbf 100644 --- a/doc/tasks.html +++ b/doc/tasks.html @@ -4,7 +4,7 @@ <title>GMP Itemized Development Tasks</title> <link rel="shortcut icon" href="favicon.ico"> <link rel="stylesheet" href="gmp.css"> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <center> |