From 24c157d4c057f1a385321f1b559c3634a9e192c0 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 19:09:05 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/news.php b/html/news.php index e2fb168b..b43b8e50 100644 --- a/html/news.php +++ b/html/news.php @@ -55,7 +55,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { $resultat = $req->fetchAll(PDO::FETCH_ASSOC); echo "

Dernières news du Club

"; - echo "
"; + echo "
"; if ($resultat) { foreach($resultat as $row) {