From 5af2b1a10e5bec3142463af2f0dfb279c0394c0c Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sun, 25 Sep 2022 16:45:57 +0200 Subject: [PATCH] debug --- gestion/saisieVotes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/saisieVotes.php b/gestion/saisieVotes.php index 98c99f9..531e5d9 100644 --- a/gestion/saisieVotes.php +++ b/gestion/saisieVotes.php @@ -52,7 +52,7 @@ if (!empty($votes)) print("voteméthode"); foreach ($votes as $value) { - print ("" . $value[1] . "" . $value[5] . ">/td>" . EOL); + print ("" . $value[1] . "" . $value[5] . "" . EOL); } print("" . EOL); echo EOLH . EOLH;