diff --git a/html/news.php b/html/news.php index cfd09474..3fa9a606 100644 --- a/html/news.php +++ b/html/news.php @@ -111,7 +111,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo "
" . date('d/m/Y', $date) . "
"; echo "
" . $resultat[0]['auteur'] . "
"; echo "
" . $classifications[$resultat[0]['classification']] . "
"; - echo "
" . $classifications[$resultat[0]['image']] . "
"; + echo "
"; echo "
"; echo $parsedown->text($markdownContent); echo "
";