From 60d9005e529d20e3f7a8ddba5a14b50fd1639507 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 17:06:15 +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 265ec183..38d74faf 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -94,7 +94,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) . "

"; } } }