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 {