From 2c57d2873a4c43494d5ca8caab8a934eddb21a0b Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 15:29:33 +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 1cbcb871..128259ea 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'] . "
";v + echo "
" . $row['auteur'] . "
"; echo "
" . $row['ID'] . "
"; } }