debug
This commit is contained in:
parent
c46f9896ca
commit
5af2b1a10e
@ -52,7 +52,7 @@ if (!empty($votes))
|
|||||||
print("vote</td><td>méthode</td></tr>");
|
print("vote</td><td>méthode</td></tr>");
|
||||||
foreach ($votes as $value)
|
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);
|
print("</table>" . EOL);
|
||||||
echo EOLH . EOLH;
|
echo EOLH . EOLH;
|
||||||
|
Reference in New Issue
Block a user