From efe5c78cf7ea00347e130be526c173bb2faafe3e Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:40:54 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/news.php b/html/news.php index 138ed28c..5e071940 100644 --- a/html/news.php +++ b/html/news.php @@ -111,7 +111,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo "
" . $resultat[0]['titre'] . "
"; echo "
" . date('d/m/Y', $date) . "
"; echo ""; - echo "
"; + echo ""; echo "
"; echo "
" . $resultat[0]['display_name'] . "
"; echo "
"; @@ -120,7 +120,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) } echo "
"; echo "
@" . $resultat[0]['username'] . "
"; - echo "
"; + echo ""; echo "
" . $classifications[$resultat[0]['classification']] . "
"; echo "
"; echo "
";