diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 23:09:21 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 23:09:21 +0000 |
commit | 01989f0703167eba6d1b547169fba3df5bad4da1 (patch) | |
tree | 5668f9b308696a52b00741a2712c45bbd1ae1ca2 | |
parent | 3893d9205b6a255ccca8628ed6d4eea18cf74d80 (diff) | |
download | identity-01989f0703167eba6d1b547169fba3df5bad4da1.tar identity-01989f0703167eba6d1b547169fba3df5bad4da1.tar.gz identity-01989f0703167eba6d1b547169fba3df5bad4da1.tar.bz2 identity-01989f0703167eba6d1b547169fba3df5bad4da1.tar.xz identity-01989f0703167eba6d1b547169fba3df5bad4da1.zip |
- force utf8 in document header
-rw-r--r-- | root/template/html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/template/html b/root/template/html index c23fcfb..9696e8a 100644 --- a/root/template/html +++ b/root/template/html @@ -2,6 +2,7 @@ <html> <head> <title>[% template.title or site.title %]</title> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8" /> <link rel="Stylesheet" href="/ttsite.css"> <!-- style type="text/css" --> <!--% PROCESS ttsite.css %--> |