diff --git a/html/compte.php b/html/compte.php index fc432601..fcc04c60 100644 --- a/html/compte.php +++ b/html/compte.php @@ -125,7 +125,7 @@ if (isset($_FILES['banner']) && $_FILES['banner']['error'] == 0) { $status = "Erreur SQL"; } } else { - $status = "Le fichier doit ĂȘtre un PNG ou JPG" + $status = "Le fichier doit ĂȘtre un PNG ou JPG"; } }