From 57084ac8760670aa2da06416d2390194c4fb87be Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 22:54:32 +0000 Subject: [PATCH] Update file news.php --- html/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/news.php b/html/news.php index 47536bac..52c01b81 100644 --- a/html/news.php +++ b/html/news.php @@ -78,7 +78,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo ''; echo ''; echo '
'; - echo '
n° ' . $row['ID'] . ' | ' . date('d/m/Y', $date) . ' | '. '' . $row['display_name'] . '
'; + echo '
n° ' . $row['ID'] . ' | ' . date('d/m/Y', $date) . ' | '. '' . $row['display_name'] . '
'; echo ''; echo '
' . $row['titre'] . '
'; echo '
';