From e193a9df92e6557230c5fa5ce38dfb6a7099e1b8 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Mon, 11 Mar 2024 21:55:07 +0000 Subject: [PATCH] Update file user.php --- html/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user.php b/html/user.php index 75c2e180..2cc72515 100644 --- a/html/user.php +++ b/html/user.php @@ -146,7 +146,7 @@ if($resultat) { $req->bindParam(":user_id", $user_id); $req->execute(); $resultat = $req->fetchAll(PDO::FETCH_ASSOC); - echo "

Articles de " . $user_name . "

" + echo "

Articles de " . $user_name . "

"; echo "
"; if ($resultat) {