0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix spelling mistake in pre on js page (/ul instead of /div).

This commit is contained in:
Mark Otto 2011-09-16 13:01:49 -07:00
parent f03f7da08b
commit 08d017592b

View File

@ -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 () {