aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-21 20:38:51 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-21 20:38:51 +0000
commitd776c3a9578b2d83ad810f01445f75930aa5d5d2 (patch)
treeeab2904f3d4e84a0219322965ef3111267307f94 /includes/event.php
parent94fe29ec330109aa0cac8f748631ec11612027e9 (diff)
downloadphpicalendar-d776c3a9578b2d83ad810f01445f75930aa5d5d2.tar.gz
phpicalendar-d776c3a9578b2d83ad810f01445f75930aa5d5d2.tar.bz2
phpicalendar-d776c3a9578b2d83ad810f01445f75930aa5d5d2.zip
Fixed IE 6 lame funkiness.
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/event.php b/includes/event.php
index 059ba54..7fd47ed 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -81,7 +81,7 @@ echo <<<END
<td align="center" width="98%" class="sideback"><div style="height: 17px; margin-top: 3px;"><font class="G10BOLD">{$cal_title_full}</font></div></td>
</tr>
<tr>
- <td colspan="3" class="V12">
+ <td align="left" class="V12">
<div style="margin-left: 10px; margin-bottom:10px;">
<p>{$event} {$event_times}</p>
{$display}
@@ -95,4 +95,4 @@ echo <<<END
END;
-?> \ No newline at end of file
+?>

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