diff --git a/html/editpage.php b/html/editpage.php index 90ac2da4..f68e3820 100644 --- a/html/editpage.php +++ b/html/editpage.php @@ -196,7 +196,7 @@ if(isset($fichier)) { echo ''; echo '
' . $row['resume'] . '
'; echo ''; - echo ' ' + echo ''; } } diff --git a/html/news.php b/html/news.php index e1388aa3..fab996dd 100644 --- a/html/news.php +++ b/html/news.php @@ -84,7 +84,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo ''; echo '
' . $row['resume'] . '
'; echo ''; - echo ' ' + echo ' '; } } else { echo "Aucun article trouvé";