From af30eb90967a9c7b53fc51a32395b8c0a9de1114 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 20:58:48 +0000 Subject: [PATCH] Update file editpage.php --- html/editpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/editpage.php b/html/editpage.php index e42d29c1..a5289b68 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -128,7 +128,7 @@ if(isset($fichier)) { if ($resultat) { foreach($resultat as $row) { - echo "

" . $row['titre'] . "

" . $row['auteur'] . "

" . $classifications[$row['classification']] . "
" . $date->format('d/m/Y') . "
"; + echo "

" . $row['titre'] . "

" . $row['auteur'] . "

" . $classifications[(int)$row['classification']] . "
" . $date->format('d/m/Y') . "
"; } } echo "";