diff --git a/news.php b/news.php index 4fddc54..cdfeabf 100644 --- a/news.php +++ b/news.php @@ -29,7 +29,7 @@ while ($row = mysql_fetch_assoc($resultat)) { echo '
'; echo '

'.$row['title']; if(isset($_SESSION["admin"])&&$_SESSION["admin"]) - echo ''; + echo ' '; echo '

'; echo '
'; echo '
'; -- libgit2 0.21.2