diff --git a/html/news.php b/html/news.php
index 31482142..b8dbfc1e 100644
--- a/html/news.php
+++ b/html/news.php
@@ -67,9 +67,9 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
echo "
";
echo "
";
echo "" . $row['titre'] . "
";
+ echo "
" . $date->format('d/m/Y') . "
";
echo "
" . $row['auteur'] . "
";
echo "
" . $classifications[(int)$row['classification']] . "
";
- echo "
" . $date->format('d/m/Y') . "
";
}
}
}