diff --git a/gestionsite/saisieVotes.php b/gestionsite/saisieVotes.php index addb1ee..7aeb845 100644 --- a/gestionsite/saisieVotes.php +++ b/gestionsite/saisieVotes.php @@ -25,7 +25,7 @@ if (empty($idVotation)) choixVotation($path); } } - +print(""); votesForm($path); print(' diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index f002f06..6fed846 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -70,16 +70,16 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v } print ('
'; } @@ -88,12 +88,12 @@ function votationForm($path, $titre="", $libelle="", $dateDebut="", $DateFin="", { //TODO vérification du formulaire en javascript print('') . EOL; }