diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 5d46594..342c20b 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -44,12 +44,15 @@ print('

') . EOL; print('
'); + $votes = queryVotes($db, $idVotation); if (!empty($votes)) { + print("/tr>"); foreach ($votes as $value) { - print ($value[1] . " " . $value[5] . EOLH); + print ("" . EOL); } echo EOLH . EOLH; }
"); + print("voteméthode
" . $value[1] . "" . $value[5] . ">/td>