1
0
This commit is contained in:
Daniel Tartavel 2022-09-29 13:48:27 +02:00
parent 1086b1f2e0
commit e933068af0

View File

@ -18,7 +18,7 @@ print(' <br><br>
<div class="row">
<ul>');
$votationsList = $db->queryVotationList();
print ("<table>");
print ("<div><table>");
foreach($votationsList as $votation)
{
print("<tr><td>");
@ -32,6 +32,7 @@ foreach($votationsList as $votation)
}
print('</td></tr><br>');
}
print('</table></div>');
print(' </ul>
</div>
</div>