aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-04 04:22:45 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-04 04:22:45 +0000
commitd6591d78e7366987ef40b2159a7f7e4d976434e3 (patch)
treee3f08b7360b5591ce4398056bdb0ee95afc2826c /day.php
parent5d0e816c04d4c0bcb04f6409292ea73a24f4bb49 (diff)
downloadphpicalendar-d6591d78e7366987ef40b2159a7f7e4d976434e3.tar.gz
phpicalendar-d6591d78e7366987ef40b2159a7f7e4d976434e3.tar.bz2
phpicalendar-d6591d78e7366987ef40b2159a7f7e4d976434e3.zip
style tweek
Diffstat (limited to 'day.php')
-rw-r--r--day.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/day.php b/day.php
index 6e21583..b8a5e59 100644
--- a/day.php
+++ b/day.php
@@ -167,7 +167,7 @@ if ($master_array[($getdate)]) {
}
if (ereg('([0-9]{1,2}):00', $key)) {
echo '<tr height="' . $gridLength . '">'."\n";
- echo '<td rowspan="' . (60 / $gridLength) . '" align="center" valign="top" background="images/time_bg.gif" width="60" class="timeborder">'.$key.'</td>'."\n";
+ echo '<td rowspan="' . (60 / $gridLength) . '" align="center" valign="top" width="60" class="timeborder">'.$key.'</td>'."\n";
echo '<td width="1" height="' . $gridLength . '"></td>'."\n";
} else {

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