From c4fa8bbb0854d0815ff80b0396609fe6a9c5715d Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 15:30:21 +0000 Subject: [PATCH] Update file editpage.php --- html/editpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/editpage.php b/html/editpage.php index 128259ea..4a35a528 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -184,7 +184,7 @@ if(isset($fichier)) { echo ""; echo "
" . $row['titre'] . "
"; echo "
" . date('d/m/Y', $date) . "
"; - echo "
" . $row['auteur'] . "
"; + echo "
" . $row['auteur'] . "
"; echo "
" . $row['ID'] . "
"; } }