diff --git a/html/journal.php b/html/journal.php index 81a2efa1..6b734c33 100644 --- a/html/journal.php +++ b/html/journal.php @@ -61,7 +61,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') . "
"; } } }