From 6ef8c45de9a781f052e1477931cccda1adbf0905 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 14 Sep 2003 23:04:39 +0000 Subject: Changed word_wrap from 12 to 11 due to safari, camino. --- month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index b9c85ef..89fd1b0 100644 --- a/month.php +++ b/month.php @@ -136,7 +136,7 @@ $num_of_events = 0; $num_of_events++; if (!isset($val["event_start"])) { openevent("$calendar_name", "", "", $val, $month_event_lines, - 12, + 11, "
", "
", "psf"); @@ -151,7 +151,7 @@ $num_of_events = 0; "$event_end", $val, $month_event_lines, - 12, + 11, "
 $start2 ", "
", "ps3"); -- cgit v1.2.3