aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-14 23:04:39 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-14 23:04:39 +0000
commit6ef8c45de9a781f052e1477931cccda1adbf0905 (patch)
tree99833eaf11dbddc8c25a6dea47bc2d6cd15a47f9 /month.php
parent557fe532a369df55a598040b1f1f07fc87bcc1dc (diff)
downloadphpicalendar-6ef8c45de9a781f052e1477931cccda1adbf0905.tar.gz
phpicalendar-6ef8c45de9a781f052e1477931cccda1adbf0905.tar.bz2
phpicalendar-6ef8c45de9a781f052e1477931cccda1adbf0905.zip
Changed word_wrap from 12 to 11 due to safari, camino.
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
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,
"<div align=\"center\" class=\"V10\"><i>",
"</i></div>",
"psf");
@@ -151,7 +151,7 @@ $num_of_events = 0;
"$event_end",
$val,
$month_event_lines,
- 12,
+ 11,
"<div align=\"left\" class=\"V9\">&nbsp;$start2 ",
"</div>",
"ps3");

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