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);