diff --git a/html/news.php b/html/news.php index e2fb168b..b43b8e50 100644 --- a/html/news.php +++ b/html/news.php @@ -55,7 +55,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { $resultat = $req->fetchAll(PDO::FETCH_ASSOC); echo "

Dernières news du Club

"; - echo "
"; + echo "
"; if ($resultat) { foreach($resultat as $row) {