fix: remove useless code

This commit is contained in:
JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES)
2026-04-08 17:01:41 +02:00
parent bdc3e430b6
commit 43b5ee3521
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ include_once 'include/controller.php';
type="number"
name="table"
placeholder="table"
value="<?php echo htmlspecialchars($tableSaisie, ENT_QUOTES, 'UTF-8'); ?>"
value="<?php echo htmlspecialchars($table, ENT_QUOTES, 'UTF-8'); ?>"
>
<button type="submit">ENVOYER</button>
</form>