diff --git a/html/editpage.php b/html/editpage.php index 8058a18a..1496d3d2 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -112,7 +112,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) . ""; } } }