Frontend
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 943fcfffec
commit 13fe1718e8

@ -21,7 +21,7 @@
<p>Bien joué à tous la partie est finis, voici le classement :</p> <p>Bien joué à tous la partie est finis, voici le classement :</p>
</div> </div>
<table class="table"> <table class="table">
<thead> <thead class="text-center">
<tr> <tr>
<th scope="col">Classement</th> <th scope="col">Classement</th>
<th scope="col">Nom</th> <th scope="col">Nom</th>
@ -34,7 +34,7 @@
global $playerNumberPerGame; global $playerNumberPerGame;
$i = 0; $i = 0;
for ($i; $i < $playerNumberPerGame; $i++) { for ($i; $i < $playerNumberPerGame; $i++) {
echo "<tr>"; echo '<tr class="text-center">';
echo '<th scope="row"> ' . ($i+1) . '</th>'; echo '<th scope="row"> ' . ($i+1) . '</th>';
echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>"; echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>";
echo "<td>" . $lesInfos[1][$i] . "</td>"; echo "<td>" . $lesInfos[1][$i] . "</td>";

Loading…
Cancel
Save