diff options
Diffstat (limited to 'files/fr/learn')
-rw-r--r-- | files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html | 2 | ||||
-rw-r--r-- | files/fr/learn/forms/form_validation/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 <p>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 :</p> <dl> - <dt><strong><span id="cke_bm_110S" style="display: none;"> </span>200 : OK</strong></dt> + <dt><strong><span id="cke_bm_110S" class="hidden"> </span>200 : OK</strong></dt> <dd>La ressource demandée a bien été transmise.</dd> <dt><strong>301 : Déplacée de façon permanente (<em>Moved permanently</em>)</strong></dt> <dd>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.</dd> 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 () { </li> <li>Greffons jQuery : <ul> - <li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" rel="external" title="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">Validation</a><span style="display: none;"> </span></li> + <li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" rel="external" title="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">Validation</a><span class="hidden"> </span></li> </ul> </li> </ul> |