diff --git a/html/news.php b/html/news.php index 30916a47..30577aac 100644 --- a/html/news.php +++ b/html/news.php @@ -117,7 +117,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) if($resultat[0]['role'] != 0) { echo ''; } - echo "" + echo ""; echo "
@" . $resultat[0]['username'] . "
"; echo ""; echo "
" . $classifications[$resultat[0]['classification']] . "
";