From ca7b7f5b2bcf8110b67be63d63d5c67c529fb739 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 16:39:55 +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 cbc2957e..60215ed2 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -84,7 +84,7 @@ if(isset($fichier)) {
'; + echo '
'; echo '
'; } else { echo "
"; @@ -92,7 +92,7 @@ if(isset($fichier)) { foreach($pages as $page) { if($page != "." && $page != "..") { if (is_file($repertoire . "content/" . $page)) { - echo "
" . pathinfo($page, PATHINFO_FILENAME) . "
"; + echo "
" . pathinfo($page, PATHINFO_FILENAME) . "
"; } } }