From 896b74045057c97dcff2b7b0013c6c53056ae7fe Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 19:10:10 +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 3fa9a606..ae0d47c4 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 "
"; + echo "
"; echo "
"; echo $parsedown->text($markdownContent); echo "
";