debug
This commit is contained in:
parent
e933068af0
commit
7dfe6ba3d5
@ -16,9 +16,9 @@ print(' <br><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<ul>');
|
||||
');
|
||||
$votationsList = $db->queryVotationList();
|
||||
print ("<div><table>");
|
||||
print ("<table>");
|
||||
foreach($votationsList as $votation)
|
||||
{
|
||||
print("<tr><td>");
|
||||
@ -30,10 +30,10 @@ foreach($votationsList as $votation)
|
||||
{
|
||||
print(_("En cours"));
|
||||
}
|
||||
print('</td></tr><br>');
|
||||
print('</td></tr>');
|
||||
}
|
||||
print('</table></div>');
|
||||
print(' </ul>
|
||||
print('</table>');
|
||||
print('
|
||||
</div>
|
||||
</div>
|
||||
</section>');
|
||||
|
Reference in New Issue
Block a user