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"] . '
';