From ed3cab62ec66c365d02a063508b2acdb49f1625d Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 18:03:51 +0000 Subject: [PATCH] Update 2 files - /html/news.php - /html/editpage.php --- html/editpage.php | 2 +- html/news.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/editpage.php b/html/editpage.php index 90ac2da4..f68e3820 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -196,7 +196,7 @@ if(isset($fichier)) { echo ''; echo '
' . $row['resume'] . '
'; echo ''; - echo ' ' + echo ''; } } diff --git a/html/news.php b/html/news.php index e1388aa3..fab996dd 100644 --- a/html/news.php +++ b/html/news.php @@ -84,7 +84,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo ''; echo '
' . $row['resume'] . '
'; echo ''; - echo ' ' + echo ' '; } } else { echo "Aucun article trouvé";