aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-31 19:50:11 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-31 19:50:11 +0000
commitd2c224a35ab0e85537f98c6cf7fff00d169b24c2 (patch)
treedd6bd1aeeb6dadaf4e81e4907563e01d310725bd /templates
parent27ed7982d70c7131ffe4c4b01dbdaebb6936641a (diff)
downloadphpicalendar-d2c224a35ab0e85537f98c6cf7fff00d169b24c2.tar.gz
phpicalendar-d2c224a35ab0e85537f98c6cf7fff00d169b24c2.tar.bz2
phpicalendar-d2c224a35ab0e85537f98c6cf7fff00d169b24c2.zip
added charset
Diffstat (limited to 'templates')
-rw-r--r--templates/default/event.tpl2
-rw-r--r--templates/default/todo.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/default/event.tpl b/templates/default/event.tpl
index 5f6431f..fd51da6 100644
--- a/templates/default/event.tpl
+++ b/templates/default/event.tpl
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <meta http-equiv="content-type" content="text/html;charset={CHARSET}">
<title>{CAL}</title>
<link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
</head>
diff --git a/templates/default/todo.tpl b/templates/default/todo.tpl
index 297fcdb..2aa5d11 100644
--- a/templates/default/todo.tpl
+++ b/templates/default/todo.tpl
@@ -2,7 +2,7 @@
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
- <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <meta http-equiv="content-type" content="text/html;charset={CHARSET}">
<title>{CAL}</title>
<link rel="stylesheet" type="text/css" href="../templates/{TEMPLATE}/default.css">
</head>

© 2014-2024 Faster IT GmbH | imprint | privacy policy