From 4d0af5d8a2f5da9f68fae027f5c3a6a042830da7 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:45:31 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/news.php b/html/news.php index 138ed28c..f44df736 100644 --- a/html/news.php +++ b/html/news.php @@ -113,14 +113,14 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo ""; echo "
"; echo "
"; - echo "
" . $resultat[0]['display_name'] . "
"; - echo "
"; + echo "
@" . $resultat[0]['username'] . "
"; + echo "
"; echo "
" . $classifications[$resultat[0]['classification']] . "
"; echo "
"; echo "
";