aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky
diff options
context:
space:
mode:
authorIrvin <irvinfly@gmail.com>2022-02-16 02:07:31 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitd9e9adb5f80a819fe46349bcf6d1faec734b09cd (patch)
treee856dc5e31aad0a7d5e8c2f98c9ee139d9569a86 /files/zh-cn/web/javascript/reference/global_objects/regexp/sticky
parent7c2556fe79c44d7c31108b8c8b048d2b7704a95e (diff)
downloadtranslated-content-d9e9adb5f80a819fe46349bcf6d1faec734b09cd.tar.gz
translated-content-d9e9adb5f80a819fe46349bcf6d1faec734b09cd.tar.bz2
translated-content-d9e9adb5f80a819fe46349bcf6d1faec734b09cd.zip
remove span tag in zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/regexp/sticky')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html b/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html
index f74b96499b..6060a9edc0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/regexp/sticky/index.html
@@ -75,7 +75,7 @@ regex2.test(".\nfoo"); // true - 索引2是行的开始
<div></div>
-<h2 id="相关链接"><span style="">相关链接</span></h2>
+<h2 id="相关链接">相关链接</h2>
<ul>
<li>{{jsxref("RegExp.lastIndex")}}</li>