diff --git a/config/global.ini b/config/global.ini
index d855bc91..f4b0564e 100644
--- a/config/global.ini
+++ b/config/global.ini
@@ -11,7 +11,7 @@ dbpass = "vcwfDitW9tQBsRJX"
dbhost = "127.0.0.1"
[nav]
-Journal = "journal.php"
+News = "news.php"
A propos = "about.php"
[classifications]
diff --git a/html/editpage.php b/html/editpage.php
index 66c006bc..227811d6 100644
--- a/html/editpage.php
+++ b/html/editpage.php
@@ -128,7 +128,12 @@ if(isset($fichier)) {
if ($resultat) {
foreach($resultat as $row) {
- echo "" . $row['titre'] . "
" . $row['auteur'] . "