diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 8b60ba6672d..127c7a3a302 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -331,7 +331,7 @@ function show_day_events($db, $day, $month, $year, $style, $actionarray) if ($day==$jour && $month==$mois && $year==$annee) { if ($i) print "
"; - print $action->getNomUrl(1,9)." ".$action->getLibStatut(3); + print $action->getNomUrl(1,10)." ".$action->getLibStatut(3); $i++; } }