diff options
| author | Mark Otto <[email protected]> | 2011-09-16 13:01:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-16 13:01:49 -0700 |
| commit | 08d017592b8369bca64a90eb4b8305bf36ea1412 (patch) | |
| tree | a0152ad1dcabfa7226c85fbabc917cbdc6e6ab40 | |
| parent | f03f7da08beede6e6a92ecc6bf28ca978750cd7a (diff) | |
| download | bootstrap-08d017592b8369bca64a90eb4b8305bf36ea1412.tar.xz bootstrap-08d017592b8369bca64a90eb4b8305bf36ea1412.zip | |
Fix spelling mistake in pre on js page (/ul instead of /div).
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 454251c2b..f001ad808 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -349,7 +349,7 @@ $('#my-modal').bind('hidden', function () { <div id="profile">...</div> <div id="messages">...</div> <div id="settings">...</div> -</ul> +</div> <script> $(function () { |
