diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/lastindexof')
| -rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/lastindexof/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/lastindexof/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/lastindexof/index.html index e4b6dd8681..56ba74598a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/lastindexof/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/lastindexof/index.html @@ -103,7 +103,7 @@ console.log("The index of 'new' from the end is " + anyString.lastIndexOf("new") <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -126,7 +126,7 @@ console.log("The index of 'new' from the end is " + anyString.lastIndexOf("new") </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |
