From e87d019b1e59ceb5a55e124f4215df6143c778a2 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 16 Mar 2023 16:24:09 +0100 Subject: [PATCH] debug --- include/fonctions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index 4fe22ce..357fa65 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -84,7 +84,7 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v foreach($votations as $key => $value ) { //print ' ' . $value["titre"] . ' :' . $value["libelle"] . '
'; - print '' . $value["libelle"] . '
'; + print '' . $value["libelle"] . '
'; } // TODO confirmation du choix par javascript si $confirm = true