diff --git a/html/news.php b/html/news.php index 299878ac..57bb497d 100644 --- a/html/news.php +++ b/html/news.php @@ -59,7 +59,6 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { $date = new Datetime($row[0]['date']); - echo "

"; echo "
" . $row[0]['ID'] . "
"; echo "
" . $row[0]['titre'] . "
"; echo "
" . $date->format('d/m/Y') . "
";