diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-03 21:54:14 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-03 21:54:14 +0200 |
commit | 4fd3ada8810643c02f34bca467446a553566919d (patch) | |
tree | cfed679b3efa951923406ca50e1e57261ee0ff45 /5/pms3.html | |
parent | Revert "Remove .htaccess, with all files being pure ASCII it shouldn't be nee... (diff) | |
download | pms-4fd3ada8810643c02f34bca467446a553566919d.tar.gz pms-4fd3ada8810643c02f34bca467446a553566919d.tar.bz2 pms-4fd3ada8810643c02f34bca467446a553566919d.zip |
Declare encoding of HTML files as utf-8.
This prevents a character encoding mismatch between the HTTP header
and the XML declaration. All HTML files are actually pure ascii which
is a subset of utf-8.
Diffstat (limited to '5/pms3.html')
-rw-r--r-- | 5/pms3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/5/pms3.html b/5/pms3.html index 851394c..f724171 100644 --- a/5/pms3.html +++ b/5/pms3.html @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="iso-8859-1" ?> +<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd--> <html xmlns="http://www.w3.org/1999/xhtml" > <head><title></title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)" /> <!-- xhtml,html --> |