From 7d0c9e8f6ef8a92949d80a42d13518391bc4ef7c Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 18:03:09 +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 d1e12cc2..90ac2da4 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -187,7 +187,7 @@ if(isset($fichier)) { $date = strtotime($row['date']); echo '
'; echo '
'; - echo '' + echo ''; echo '
'; echo '
'; echo '
n° ' . $row['ID'] . ' | ' . date('d/m/Y', $date) . ' | '. $row['auteur'] . '
'; diff --git a/html/news.php b/html/news.php index ed16902e..e1388aa3 100644 --- a/html/news.php +++ b/html/news.php @@ -75,7 +75,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) $date = strtotime($row['date']); echo '
'; echo '
'; - echo '' + echo ''; echo '
'; echo '
'; echo '
n° ' . $row['ID'] . ' | ' . date('d/m/Y', $date) . ' | '. $row['auteur'] . '
';