Update 2 files
- /content/journal/0.md - /html/journal.php
This commit is contained in:
parent
2542843b90
commit
36e183925a
@ -1 +1 @@
|
|||||||
# Aucun article choisi
|
# Veuillez choisir un article
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user