diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 03:28:08 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-29 03:28:08 +0200 |
| commit | 49330de81308897343bfc1874ae03b4e61436706 (patch) | |
| tree | d41eb49df31895f9e06f9219867ca3d42d9bd065 /default | |
| parent | 80fb4429c2e4088fdbff45e2e4a9ee5ad69d9040 (diff) | |
some fixes
Diffstat (limited to 'default')
| -rw-r--r-- | default/templates/html5.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index e5e7064..5675e32 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -4,12 +4,10 @@ <html> <head> <title>%%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="author" content="Paul Buetow"/> <meta name="publisher" content="Xerl Template Engine (xerl.buetow.org)"/> - <meta name="distribution" content="global"/> <meta name="robots" content="index, follow"/> - <meta name="language" content="en, english"/> <meta name="revisit-after" content="7 days"/> <link rel="stylesheet" type="text/css" href="%%stylesurl%%$$style$$"/> </head> |
