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