diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/substr')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/substr/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/substr/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/substr/index.html index 782816ee91..2aad2f2647 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/substr/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/substr/index.html @@ -108,7 +108,7 @@ if ('ab'.substr(-1) != 'b') <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -131,7 +131,7 @@ if ('ab'.substr(-1) != 'b') </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |