From cbb6167f5312d973995069c9e2e2558f9a04ba92 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 14:26:57 +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 227811d6..c75f7505 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -132,7 +132,7 @@ if(isset($fichier)) { echo ""; echo "

" . $row['titre'] . "

"; echo "

" . $row['auteur'] . "

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