aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/common_questions
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
committerPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
commit97065b2e68dd8768dc1ea092c893c57ebe205026 (patch)
tree11bf4a1114c543989c24c7a801ba379b2c20a30c /files/fr/learn/common_questions
parentd1794f6b276285489b417053507f432a14be31df (diff)
downloadtranslated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.gz
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.bz2
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.zip
use class="hidden" not style="display:none"
Diffstat (limited to 'files/fr/learn/common_questions')
-rw-r--r--files/fr/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html2
1 files changed, 1 insertions, 1 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>