From 5032bdf4a01427e08ea28d0932ecadd99948ab0c Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 15:47:07 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/news.php b/html/news.php index 299878ac..57bb497d 100644 --- a/html/news.php +++ b/html/news.php @@ -59,7 +59,6 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { $date = new Datetime($row[0]['date']); - echo "

"; echo "
" . $row[0]['ID'] . "
"; echo "
" . $row[0]['titre'] . "
"; echo "";