From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- .../checking_that_your_web_site_is_working_properly/index.html | 2 +- files/fr/learn/forms/form_validation/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/fr/learn') diff --git a/files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index d8fd3424a7..3e49f7571d 100644 --- a/files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -62,7 +62,7 @@ original_slug: Apprendre/Tester_le_bon_fonctionnement_de_votre_site_web

Le serveur répond avec une message de statut à chaque fois qu'il reçoit une requête. Voici les statuts les plus communs ainsi que leur code :

-
200 : OK
+
200 : OK
La ressource demandée a bien été transmise.
301 : Déplacée de façon permanente (Moved permanently)
La ressource a été déplacée à un nouvel emplacement. Vous ne verrez cette erreur que rarement mais elle est utile à connaître car les moteurs de recherchee utilise cette information pour mettre à jour leurs index.
diff --git a/files/fr/learn/forms/form_validation/index.html b/files/fr/learn/forms/form_validation/index.html index 7180169353..4e9b4d5a92 100644 --- a/files/fr/learn/forms/form_validation/index.html +++ b/files/fr/learn/forms/form_validation/index.html @@ -830,7 +830,7 @@ addEvent(form, "submit", function () {
  • Greffons jQuery :
  • -- cgit v1.2.3-54-g00ecf