From 1e19e7e8847162f5cff58f3d154caf2299553944 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 08:21:07 +0000 Subject: [PATCH] Update file editpage.php --- html/editpage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/editpage.php b/html/editpage.php index a22c24eb..35d89a3b 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -148,14 +148,14 @@ if(isset($fichier)) { } echo ''; - $filename = $resultat[0]['titre']; + $filetitle = $resultat[0]['titre']; echo '
'; echo '
'; echo '
'; } } - echo "

" . $filename . "

"; + echo "

" . $filetitle . "

"; echo '
'; echo '
'; } else {