From ad0bcf386a22edfcd9672634b4af5668211b38ea Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:43: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 5e071940..53564024 100644 --- a/html/news.php +++ b/html/news.php @@ -111,14 +111,14 @@ 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 "
"; if($resultat[0]['role'] != 0) { echo ''; } - echo "
"; + echo "
"; echo "
@" . $resultat[0]['username'] . "
"; echo "
"; echo "
" . $classifications[$resultat[0]['classification']] . "
";