aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/html/element/input/date/index.html
diff options
context:
space:
mode:
authoryuchuan <1738733078@qq.com>2022-03-15 21:42:18 +0800
committerGitHub <noreply@github.com>2022-03-15 21:42:18 +0800
commitbcfbbe117eab904ffc03726209b7a3e42a52eb5f (patch)
tree0572dd848a8ab2ba6d094a7089850aab3d1bf379 /files/zh-cn/web/html/element/input/date/index.html
parent42c588ef3ded2d0cc2f4a71d5d5f90a2c66e534e (diff)
downloadtranslated-content-bcfbbe117eab904ffc03726209b7a3e42a52eb5f.tar.gz
translated-content-bcfbbe117eab904ffc03726209b7a3e42a52eb5f.tar.bz2
translated-content-bcfbbe117eab904ffc03726209b7a3e42a52eb5f.zip
fix zh-cn/docs/web/html/* pages with an EmbedLiveSample error and html codeblock style #2846 (#4525)
Diffstat (limited to 'files/zh-cn/web/html/element/input/date/index.html')
-rw-r--r--files/zh-cn/web/html/element/input/date/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/input/date/index.html b/files/zh-cn/web/html/element/input/date/index.html
index 9f7cf097a1..850296ff34 100644
--- a/files/zh-cn/web/html/element/input/date/index.html
+++ b/files/zh-cn/web/html/element/input/date/index.html
@@ -235,7 +235,7 @@ input:valid + span:after {
<p>在这个例子中,我们创建了两组用于选择日期的 UI 元素: 一个本地 <code>&lt;input type="date"&gt;</code> 选择器 和 一组三个 {{htmlelement("select")}} 元素用于选择不支持本地输入的旧浏览器中的日期。</p>
-<p>{{ EmbedLiveSample('Examples', 600, 100) }}</p>
+<p>{{ EmbedLiveSample('例子', 600, 100) }}</p>
<h3 id="HTML">HTML</h3>