aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-03-10 18:27:00 +0000
committerChad Little <clittle@users.sourceforge.net>2003-03-10 18:27:00 +0000
commit00badbbaaf12ee8fd6e0afe6f22b974fe568449c (patch)
treed8445ae22aef6aa51ba7e43dcaf24c23c84092ed /week.php
parentf805b37284b3c543018205a1014829023a33dc08 (diff)
downloadphpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.tar.gz
phpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.tar.bz2
phpicalendar-00badbbaaf12ee8fd6e0afe6f22b974fe568449c.zip
More validation fixes, basic attendee parsing added.
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/week.php b/week.php
index d8d52c5..cdebc64 100644
--- a/week.php
+++ b/week.php
@@ -222,7 +222,7 @@ for ($i=0;$i<7;$i++) {
echo "<td width=\"1\" height=\"" . $gridLength . "\"></td>\n";
} else {
- echo "<tr">\n";
+ echo "<tr>\n";
echo "<td width=\"1\" height=\"" . $gridLength . "\"></td>\n";
}

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