diff --git a/html/news.php b/html/news.php index 2af1a426..b7d0484f 100644 --- a/html/news.php +++ b/html/news.php @@ -59,7 +59,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { $date = new Datetime($row[0]['date']); - echo "wdiv class='article-info'>
" . $row[0]['ID'] . "
"; + echo "
" . $row[0]['ID'] . "
"; echo "
" . $row[0]['titre'] . "
"; echo "
" . $date->format('d/m/Y') . "
"; echo "
" . $row[0]['auteur'] . "
";