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

ServeurDeTest
Noé GARNIER 2 years ago
parent 492e2fb782
commit e61c4d03d8

@ -94,10 +94,10 @@
<td>Modifier</td>
<?php
if ($enigme->getOrdre() != 0) {
echo '<td><a class="link" href=\"index.php?action=goToModifEnigmeSolo&id=" . $enigme->getIdEnigme() . "\">Modifier</a></td>"';
echo '<td><a class="link" href=\"index.php?action=goToModifEnigmeSolo&id="' . $enigme->getIdEnigme() . '"\">Modifier</a></td>"';
}
else{
echo '<td><a class="link" href=\"index.php?action=goToModifEnigmeMulti&id=" . $enigme->getIdEnigme() . "\">Modifier</a></td>"';
echo '<td><a class="link" href=\"index.php?action=goToModifEnigmeMulti&id="' . $enigme->getIdEnigme() . '"\">Modifier</a></td>"';
}
?>
</tr>

Loading…
Cancel
Save