From 2293e1b600484d25ae88f89597b2fe2bb4a56127 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 15:50: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 2af1a426..b7d0484f 100644 --- a/html/news.php +++ b/html/news.php @@ -59,7 +59,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { $date = new Datetime($row[0]['date']); - echo "wdiv class='article-info'>
" . $row[0]['ID'] . "
"; + echo "
" . $row[0]['ID'] . "
"; echo "
" . $row[0]['titre'] . "
"; echo ""; echo "
" . $row[0]['auteur'] . "
";