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 "
" . date('d/m/Y', $date) . "
"; echo "
" . $resultat[0]['auteur'] . "
"; echo "
" . $classifications[$resultat[0]['classification']] . "
";