debug
This commit is contained in:
parent
1086b1f2e0
commit
e933068af0
@ -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>
|
||||
|
Reference in New Issue
Block a user