From 0058078d8d72a8eae326882250357f480ad3f421 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Thu, 29 Sep 2022 13:15:43 +0200 Subject: [PATCH] debug --- gestion/index2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gestion/index2.php b/gestion/index2.php index 6d90d2f..a3d2cf1 100644 --- a/gestion/index2.php +++ b/gestion/index2.php @@ -12,7 +12,7 @@ print('

-

Gestion du site

+

Gestion des votes

@@ -20,7 +20,7 @@ print('

$votationsList = $db->queryVotationList(); foreach($votationsList as $votation) { - + print'' . $votation["libelle"] . ''; } print('