From 8a1b6f540fd4234cf1a63fcafd6b4ae7a5b65d92 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 02:45:21 +0000 Subject: [PATCH] Update file journal.php --- html/journal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/journal.php b/html/journal.php index 81b83b85..e940fc8d 100644 --- a/html/journal.php +++ b/html/journal.php @@ -59,7 +59,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { foreach($resultat as $row) { - echo "
" . $row['titre'] . "
" . $row['auteur'] . "
" . $row['date'] . "
"; + echo "
" . $row['titre'] . "
" . $row['auteur'] . "
" . $row['date'] . "
"; } } }