From 42a625674022794807cea74727285df75e910be9 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:25:15 +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 30916a47..30577aac 100644 --- a/html/news.php +++ b/html/news.php @@ -117,7 +117,7 @@ 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 "
" . $classifications[$resultat[0]['classification']] . "
";