From a6d5200cc7d43ea4b00bea68b7307ddeea77874c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 14 Jun 2011 07:21:41 +0000 Subject: [PATCH] Set id on div. --- htdocs/comm/action/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 1b6dc499e40..858d5179f69 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -812,7 +812,7 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa if ($_GET["maxprint"] == 'on') $maxPrint=0; // Force to remove limits - print '
'."\n"; + print '
'."\n"; $curtime = dol_mktime (0, 0, 0, $month, $day, $year); print ''; print '
'; @@ -859,7 +859,7 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa else $color=sprintf("%02x%02x%02x",$theme_datacolor[$colorindex][0],$theme_datacolor[$colorindex][1],$theme_datacolor[$colorindex][2]); //print "x".$color; - print '
'; + print '
'; print ''; print '
'; if ($event->type_code == 'BIRTHDAY') // It's a birthday