aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-20 05:14:07 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-20 05:14:07 +0000
commit58d90b2598957c1ec49ba4bdc6bec438c7d5271f (patch)
tree3cf217e24cb8922f464c056b663a9dad901fa41d /week.php
parent135df0c8f1a82cf621f72e3ed026111dbf88d0ae (diff)
downloadphpicalendar-58d90b2598957c1ec49ba4bdc6bec438c7d5271f.tar.gz
phpicalendar-58d90b2598957c1ec49ba4bdc6bec438c7d5271f.tar.bz2
phpicalendar-58d90b2598957c1ec49ba4bdc6bec438c7d5271f.zip
Fixed more HTML errors.
Diffstat (limited to 'week.php')
-rw-r--r--week.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/week.php b/week.php
index 7f5cdcb..668d193 100644
--- a/week.php
+++ b/week.php
@@ -24,9 +24,9 @@ $prev_week = date("Ymd", $prev_week2);
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
-<html lang="en">
+<html>
<head>
- <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title><? echo "$calendar_name"; ?></title>
<link rel="stylesheet" type="text/css" href="styles/default.css">
</head>

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