diff --git a/htdocs/compta/stats/exercices.php b/htdocs/compta/stats/exercices.php index ceba5916942..2e0665b0c21 100644 --- a/htdocs/compta/stats/exercices.php +++ b/htdocs/compta/stats/exercices.php @@ -181,7 +181,7 @@ function pt ($db, $sql, $year) { if ($obj->sum > 0) { print ""; - print "dm\">"; + print ""; print strftime("%B",mktime(12,0,0,$obj->dm, 1, $year))."\n"; print "".price($obj->sum)."\n";