Commit 08d01759 authored by Mark Otto's avatar Mark Otto
Browse files

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

parent f03f7da0
Showing with 1 addition and 1 deletion
+1 -1
...@@ -349,7 +349,7 @@ $('#my-modal').bind('hidden', function () { ...@@ -349,7 +349,7 @@ $('#my-modal').bind('hidden', function () {
<div id="profile">...</div> <div id="profile">...</div>
<div id="messages">...</div> <div id="messages">...</div>
<div id="settings">...</div> <div id="settings">...</div>
</ul> </div>
<script> <script>
$(function () { $(function () {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment