From dac3ea714955dbc9cd0000fafbabfc4f18db2dde Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 18:49:33 +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 c1629dea..b09dfd98 100644 --- a/html/news.php +++ b/html/news.php @@ -80,7 +80,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) {