From 3bc763e9438ee3a323fd74871eb19ff9576372be Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 14 Sep 2022 14:12:46 +0200 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 457709f..d54cc6c 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -91,7 +91,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat } print ('
'); print "
";
-	print '';
 	foreach($votations as $key => $value )
 	{
 		print ' ' . $value["titre"] . ' :' . $value["libelle"] . '
';