aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-22 23:55:23 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-22 23:55:23 +0000
commitdecb14081931b6b9f33adcdd8436d38ed8de6e43 (patch)
tree95b7e60d28cadcbab6300e6a55a218bc853f6280 /day.php
parenta56a0d79feeb0a1bcc3eeb04c627bc075f002044 (diff)
downloadphpicalendar-decb14081931b6b9f33adcdd8436d38ed8de6e43.tar.gz
phpicalendar-decb14081931b6b9f33adcdd8436d38ed8de6e43.tar.bz2
phpicalendar-decb14081931b6b9f33adcdd8436d38ed8de6e43.zip
* Add JavaScript for popping up event info.
Diffstat (limited to 'day.php')
-rw-r--r--day.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/day.php b/day.php
index 26e5256..0febc86 100644
--- a/day.php
+++ b/day.php
@@ -30,9 +30,9 @@ if ($getdate == (date("Ymd"))) {
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
-<meta http-equiv="content-type" content="text/html;charset=UTF-8">
- <title><? echo "$calendar_name"; ?></title>
- <link rel="stylesheet" type="text/css" href="styles/<? echo "$style_sheet"; ?>">
+ <meta http-equiv="content-type" content="text/html;charset=UTF-8">
+ <title><? echo "$calendar_name"; ?></title>
+ <link rel="stylesheet" type="text/css" href="styles/<? echo "$style_sheet"; ?>">
</head>
<body bgcolor="#FFFFFF">
<center>

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