From 56c0726b5648e6d5b48d569e49d8757bde5b13b6 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 14:37:18 +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 1ec8c078..d27ed546 100644 --- a/html/journal.php +++ b/html/journal.php @@ -63,7 +63,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { if ($resultat) { foreach($resultat as $row) { - echo "

" . $row['titre'] . "

" . $row['auteur'] . "

" . $date->format('d/m/Y') . "
"; + echo "

" . $row['titre'] . "

" . $row['auteur'] . "

" . $date->format('d/m/Y') . "
"; } } }