From 51638bcce654c74579d10e169b552aa07858b9e3 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 16 Mar 2023 16:22:57 +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 fe13dfb..4fe22ce 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