diff options
Diffstat (limited to 'files/zh-cn/learn/common_questions')
-rw-r--r-- | files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index 5b09080497..754f4732ff 100644 --- a/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/zh-cn/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -56,7 +56,7 @@ translation_of: Learn/Common_questions/Checking_that_your_web_site_is_working_pr <p>服务器在收到请求时会以一条状态信息作出响应。以下是最常见的状态:</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>你请求的资源已递送。</dd> <dt><strong>301: Moved permanently</strong></dt> <dd>资源已被移到新的位置。你将无法在浏览器中看到,但了解"301"是件好事,因为搜索引擎利用这条信息更新它们的索引。</dd> diff --git a/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html b/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html index d554870125..223672abc7 100644 --- a/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html +++ b/files/zh-cn/learn/common_questions/upload_files_to_a_web_server/index.html @@ -139,5 +139,5 @@ translation_of: Learn/Common_questions/Upload_files_to_a_web_server <p> </p> <p> - <audio style="display: none;"> </audio> + <audio class="hidden"> </audio> </p> |