Change the themes defined charset to UTF-8 for better multi-lingual support.

This commit is contained in:
Mark Crane
2013-05-11 17:03:38 +00:00
parent 8ca9bcb389
commit 22c02a5f23
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
<title><!--{title}--></title> <title><!--{title}--></title>
<!--{head}--> <!--{head}-->
<link rel="icon" href="<!--{project_path}-->/favicon.ico"> <link rel="icon" href="<!--{project_path}-->/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type='text/css'> <style type='text/css'>
img { img {

View File

@@ -15,7 +15,7 @@
<title><!--{title}--></title> <title><!--{title}--></title>
<!--{head}--> <!--{head}-->
<link rel="icon" href="<!--{project_path}-->/favicon.ico"> <link rel="icon" href="<!--{project_path}-->/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type='text/css'> <style type='text/css'>
img { img {

View File

@@ -29,7 +29,7 @@
} }
?> ?>
<link rel="icon" href="<!--{project_path}-->/favicon.ico"> <link rel="icon" href="<!--{project_path}-->/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type='text/css'> <style type='text/css'>
img { img {

View File

@@ -35,7 +35,7 @@
} }
?> ?>
<link rel="icon" href="<!--{project_path}-->/favicon.ico"> <link rel="icon" href="<!--{project_path}-->/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type='text/css'> <style type='text/css'>
img { img {