test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 2b578383bf
commit 124f81dd8f

@ -32,8 +32,8 @@
echo "<tr>"; echo "<tr>";
echo "<th scope='row'> X </th>"; echo "<th scope='row'> X </th>";
echo "<td>".$info[0]->getPseudo()."</td>"; echo "<td>".$info[0]->getPseudo()."</td>";
echo "<td>".$info[1]."</td>"; echo "<td>".$info[1]->getPseudo()."</td>";
echo "<td>".$info[2]."</td>"; echo "<td>".$info[2]->getPseudo()."</td>";
echo "</tr>"; echo "</tr>";
} }
?> ?>

Loading…
Cancel
Save