From 8adbaa873e933171d493e97d789df5a9c05a595c Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:44:12 +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 53564024..138ed28c 100644 --- a/html/news.php +++ b/html/news.php @@ -118,9 +118,9 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) if($resultat[0]['role'] != 0) { echo ''; } - echo ""; + echo ""; echo "
@" . $resultat[0]['username'] . "
"; - echo ""; + echo ""; echo "
" . $classifications[$resultat[0]['classification']] . "
"; echo "
"; echo "
";