diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 98c99f9..531e5d9 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -52,7 +52,7 @@ if (!empty($votes)) print("voteméthode"); foreach ($votes as $value) { - print ("" . $value[1] . "" . $value[5] . ">/td>" . EOL); + print ("" . $value[1] . "" . $value[5] . "" . EOL); } print("" . EOL); echo EOLH . EOLH;