From f0eecc2f090cf3b624926c3a2410436d1433c724 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 17:19:20 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/news.php b/html/news.php index 4161f704..fe6ecaf7 100644 --- a/html/news.php +++ b/html/news.php @@ -60,7 +60,6 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { $date = strtotime($resultat[0]['date']); echo "
" . $resultat[0]['titre'] . "
"; - echo "
" . $resultat[0]['ID'] . "
"; echo ""; echo "
" . $resultat[0]['auteur'] . "
"; echo "
" . $classifications[$resultat[0]['classification']] . "
";