From c99507552c916d4d597c0e4d3d61f176bba77ee6 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 15:51:53 +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 cd325861..cea50950 100644 --- a/html/news.php +++ b/html/news.php @@ -63,7 +63,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { echo "
" . $resultat[0]['titre'] . "
"; echo "
" . $date->format('d/m/Y') . "
"; echo "
" . $resultat[0]['auteur'] . "
"; - echo "
" . $resultat[0]['classification'] . "
"; + echo "
" . $classifications[$resultat[0]['classification']] . "
"; } echo "
"; echo $parsedown->text($markdownContent);