diff --git a/html/journal.php b/html/journal.php
index 749ab5ac..81a2efa1 100644
--- a/html/journal.php
+++ b/html/journal.php
@@ -57,7 +57,7 @@ if (filter_var($_GET['article'], FILTER_VALIDATE_INT)) {
$req->execute();
$resultat = $req->fetchAll(PDO::FETCH_ASSOC);
- $date = new Datetime($row['date'])
+ $date = new Datetime($row['date']);
if ($resultat) {
foreach($resultat as $row) {