diff options
author | meowmeowmeowcat <meowmeowcat1211@gmail.com> | 2021-08-16 22:13:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 22:13:32 +0800 |
commit | 5aab2b42a992494838189fc7d302df136519846d (patch) | |
tree | 01d3d5041ab84fd7ccf1459ad1351ee9b9b88112 /files/zh-cn/web | |
parent | 1b2b624c8b0bf5ed9a40018988c8c056d58e842c (diff) | |
download | translated-content-5aab2b42a992494838189fc7d302df136519846d.tar.gz translated-content-5aab2b42a992494838189fc7d302df136519846d.tar.bz2 translated-content-5aab2b42a992494838189fc7d302df136519846d.zip |
Fix broken live sample (#2060)
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/html/element/input/checkbox/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/input/checkbox/index.html b/files/zh-cn/web/html/element/input/checkbox/index.html index 14a0d21aef..4f349c2449 100644 --- a/files/zh-cn/web/html/element/input/checkbox/index.html +++ b/files/zh-cn/web/html/element/input/checkbox/index.html @@ -25,7 +25,7 @@ translation_of: Web/HTML/Element/input/checkbox <dd>指定checkbox处于不定状态(在大多数平台,这样会产生一个划过checkbox的横线)。</dd> </dl> -<h2 id="示例">示例</h2> +<h2 id="Example">示例</h2> <pre class="brush: html"><p> <input type="checkbox" id="cbox1" value="first_checkbox"> |