diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 342c20b..98c99f9 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -49,11 +49,12 @@ $votes = queryVotes($db, $idVotation); if (!empty($votes)) { print("/tr>"); + print("vote"); foreach ($votes as $value) { print ("" . EOL); } + print("
"); - print("voteméthodeméthode
" . $value[1] . "" . $value[5] . ">/td>
" . EOL); echo EOLH . EOLH; }