diff --git a/html/editpage.php b/html/editpage.php index d385e4f3..265ec183 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) . "

"; } } }