From e0ace972b72b080d7c2713e8f73ac436f6731f46 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 17:07:31 +0000 Subject: [PATCH] Update 2 files - /html/src/css/style.css - /html/editpage.php --- html/editpage.php | 2 +- html/src/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html/editpage.php b/html/editpage.php index 38d74faf..d385e4f3 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) . "
"; } } } diff --git a/html/src/css/style.css b/html/src/css/style.css index 9877de21..fe8ee595 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -116,7 +116,7 @@ a { } .article-content { - padding: 1em; + padding: 2em; } @media(max-width: 750px) {