1
0
This commit is contained in:
Daniel Tartavel 2022-09-25 16:45:57 +02:00
parent c46f9896ca
commit 5af2b1a10e

View File

@ -52,7 +52,7 @@ if (!empty($votes))
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 ("<tr><td>" . $value[1] . "</td><td>" . $value[5] . "</td></tr>" . EOL);
}
print("</table>" . EOL);
echo EOLH . EOLH;