1
0
This commit is contained in:
Daniel Tartavel 2022-09-25 15:55:04 +02:00
parent 9b40523a1f
commit c46f9896ca

View File

@ -49,11 +49,12 @@ $votes = queryVotes($db, $idVotation);
if (!empty($votes))
{
print("<table><tr><td>");
print("vote</td><td>méthode</td>/tr>");
print("vote</td><td>méthode</td></tr>");
foreach ($votes as $value)
{
print ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . ">/td></tr>" . EOL);
}
print("</table>" . EOL);
echo EOLH . EOLH;
}