From 36e183925a87da26101e09c919e7f0fdeb38d543 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Wed, 6 Mar 2024 23:56:15 +0000 Subject: [PATCH] Update 2 files - /content/journal/0.md - /html/journal.php --- content/journal/0.md | 2 +- html/journal.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/journal/0.md b/content/journal/0.md index 96d86863..b7318116 100644 --- a/content/journal/0.md +++ b/content/journal/0.md @@ -1 +1 @@ -# Aucun article choisi \ No newline at end of file +# Veuillez choisir un article \ No newline at end of file diff --git a/html/journal.php b/html/journal.php index b0563f72..733f2db5 100644 --- a/html/journal.php +++ b/html/journal.php @@ -51,7 +51,7 @@ if (isset($_GET['article']) == false || filter_var($_GET['article'], FILTER_VALI $parsedown = new Parsedown(); echo $parsedown->text($markdownContent); } else { - echo "

L'article spécifié n'existe pas

"; + echo "

L'article demandé n'existe pas

"; } ?>