aboutsummaryrefslogtreecommitdiff
path: root/files/ko/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/ko/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/ko/learn/common_questions')
-rw-r--r--files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html
index 3005d81a05..3799ff6daa 100644
--- a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html
+++ b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html
@@ -54,7 +54,7 @@ original_slug: Learn/Common_questions/웹_사이트가_제대로_동작하는지
<p>Servers respond with a status message whenever they receive a request. Here are the most common statuses:</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>The resource you asked for was delivered.</dd>
<dt><strong>301: Moved permanently</strong></dt>
<dd>The resource has moved to a new location. You won't see this much in your browser, but it's good to know about "301" since search engines use this information a lot to update their indexes.</dd>