diff options
| author | Mark Otto <[email protected]> | 2013-08-23 21:34:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 21:34:25 -0700 |
| commit | b67e49367a820f7165e3cf8087d584e9792b3c8c (patch) | |
| tree | 074cf1d196deb47ed47fa31a307927a314d52787 | |
| parent | 1a1394dc626a9525f93d9b4d739d0a72c4275238 (diff) | |
| parent | e3f97190965c2800ad94f216683b3abf0119ac52 (diff) | |
| download | bootstrap-b67e49367a820f7165e3cf8087d584e9792b3c8c.tar.xz bootstrap-b67e49367a820f7165e3cf8087d584e9792b3c8c.zip | |
Merge pull request #10097 from wangsai/complete-td
complete missed </td>
| -rw-r--r-- | javascript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html index 8da1cb590..4563cd0be 100644 --- a/javascript.html +++ b/javascript.html @@ -277,6 +277,7 @@ $('#myModal').on('show.bs.modal', function (e) { {% highlight html %} <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> {% endhighlight %} + </td> </tr> </tbody> </table> |
