From 9369a2252a801f06b27249f07cd93eb3fde3af48 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 15:38:40 +0000 Subject: [PATCH] Update 2 files - /html/src/css/style.css - /html/editpage.php --- html/editpage.php | 4 ++-- html/src/css/style.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/html/editpage.php b/html/editpage.php index 0f55d4df..c213b185 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -181,9 +181,9 @@ if(isset($fichier)) { foreach($resultat as $row) { $date = strtotime($row['date']); echo "

"; - echo "
"; + echo ""; echo "
" . $row['titre'] . "
"; - echo "
"; + echo ""; echo "
" . $row['auteur'] . "
"; echo "
" . $row['ID'] . "
"; } diff --git a/html/src/css/style.css b/html/src/css/style.css index bb943822..726f3995 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -110,6 +110,7 @@ a { .article-preview .article-date { display: inline-block; + padding: 0 1em; } .article-preview .article-auteur {