diff --git a/html/news.php b/html/news.php index eca56764..d06ce368 100644 --- a/html/news.php +++ b/html/news.php @@ -68,7 +68,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) { echo ""; echo "

" . $row['titre'] . "

"; echo "

" . $row['auteur'] . "

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