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') . "
"; } }