diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-04-20 07:13:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 07:13:38 -0400 |
commit | 51bef75ec4cc90edda43d19b0db14f990f4978f0 (patch) | |
tree | 516fd39298ec5b102cdf6df3fd9af4ccb3b6d70e /files/ko/web/html | |
parent | a16401f6eb645afba156d8ea6adb9b30c3665c2c (diff) | |
download | translated-content-51bef75ec4cc90edda43d19b0db14f990f4978f0.tar.gz translated-content-51bef75ec4cc90edda43d19b0db14f990f4978f0.tar.bz2 translated-content-51bef75ec4cc90edda43d19b0db14f990f4978f0.zip |
getting rid of .alllinks in ko content (#594)
Diffstat (limited to 'files/ko/web/html')
-rw-r--r-- | files/ko/web/html/index.html | 2 | ||||
-rw-r--r-- | files/ko/web/html/reference/index.html | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/files/ko/web/html/index.html b/files/ko/web/html/index.html index e3ae601efc..d6cab126d7 100644 --- a/files/ko/web/html/index.html +++ b/files/ko/web/html/index.html @@ -114,4 +114,4 @@ translation_of: Web/HTML </dl> </div> </div> -<span class="alllinks"><a href="/ko/docs/tag/HTML">모두 보기...</a></span></section> +</section> diff --git a/files/ko/web/html/reference/index.html b/files/ko/web/html/reference/index.html index e2095ab522..8c75076d9c 100644 --- a/files/ko/web/html/reference/index.html +++ b/files/ko/web/html/reference/index.html @@ -28,5 +28,4 @@ translation_of: Web/HTML/Reference <dd>특정 HTML 요소는 날짜와 시간을 값이나 특성의 값으로 가질 수 있습니다. {{HTMLElement("input")}} 요소의 날짜 및 시간 형태는 물론 {{HTMLElement("ins")}}와 {{HTMLElement("del")}} 요소도 이에 해당합니다.</dd> </dl> -<p><span class="alllinks"><a href="/ko/docs/tag/HTML" title="Article tagged: HTML">"HTML" 태그를 가진 문서 모두 보기...</a></span></p> </div> |