Update 2 files

- /content/journal/0.md
- /html/journal.php
This commit is contained in:
Jan BELLON 2024-03-06 23:56:15 +00:00
parent 2542843b90
commit 36e183925a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
# Aucun article choisi # Veuillez choisir un article

View File

@ -51,7 +51,7 @@ if (isset($_GET['article']) == false || filter_var($_GET['article'], FILTER_VALI
$parsedown = new Parsedown(); $parsedown = new Parsedown();
echo $parsedown->text($markdownContent); echo $parsedown->text($markdownContent);
} else { } else {
echo "<h1>L'article spécifié n'existe pas</h1>"; echo "<h1>L'article demandé n'existe pas</h1>";
} }
?> ?>
</div> </div>