From 92ea9a2990e71d3698fb8c6231ac953f6dbf11a1 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 12:31:21 +0000 Subject: [PATCH] Update file compte.php --- html/compte.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/compte.php b/html/compte.php index da34b03c..c700b680 100644 --- a/html/compte.php +++ b/html/compte.php @@ -254,7 +254,7 @@ if($resultat) { $req->bindParam(":user_id", $user_id); $req->execute(); $resultat = $req->fetchAll(PDO::FETCH_ASSOC); - echo "

Vos articles

"; + echo "

Editer un article

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