aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/idbkeyrange/lowerbound/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/idbkeyrange/lowerbound/index.html')
-rw-r--r--files/zh-cn/web/api/idbkeyrange/lowerbound/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/idbkeyrange/lowerbound/index.html b/files/zh-cn/web/api/idbkeyrange/lowerbound/index.html
index 8a9457d202..833c8e02ab 100644
--- a/files/zh-cn/web/api/idbkeyrange/lowerbound/index.html
+++ b/files/zh-cn/web/api/idbkeyrange/lowerbound/index.html
@@ -47,7 +47,7 @@ var <em>myIDBKeyRange</em> = <em>IDBKeyRange</em>.lowerBound(<em>lower</em>, <em
<td>
<p>The value parameter passed was not a valid key.</p>
- <div></div>
+
</td>
</tr>
</tbody>
@@ -81,7 +81,7 @@ var <em>myIDBKeyRange</em> = <em>IDBKeyRange</em>.lowerBound(<em>lower</em>, <em
};
};</pre>
-<div></div>
+
<h2 id="Specification">Specification</h2>