diff options
| author | Chris Rebert <[email protected]> | 2014-02-22 12:54:17 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-22 12:54:17 -0800 |
| commit | 68f812e308fc6cdce479aa5d48642472d216d013 (patch) | |
| tree | de36711c30670f7276133a2324c5b8cd55b1b7cf | |
| parent | 7e551ecaf71cb9971990e156c54e5ee0fb758a98 (diff) | |
| parent | 983265b08aa3f5a1934eb5f6967885b9742b56cd (diff) | |
| download | bootstrap-68f812e308fc6cdce479aa5d48642472d216d013.tar.xz bootstrap-68f812e308fc6cdce479aa5d48642472d216d013.zip | |
Merge pull request #12818 from hebbet/patch-1
Remove second tbody from Supported browsers
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 440098cb9..afe32ab72 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -450,8 +450,6 @@ bootstrap/ <th scope="row"><code>transition</code></th> <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> </tr> - </tbody> - <tbody> <tr> <th scope="row"><code>placeholder</code></th> <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> |
