aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sortable.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-21 10:04:40 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-21 10:04:40 +0000
commit63f11cd243f78d1a40f06637f93b82de29b1a4dc (patch)
tree34932e2883f41b1b9c1f3cac0cdd6f2a570744c1 /tests/sortable.html
parent77c5305b2ec7d627f40acb96decc229b74428094 (diff)
downloadjquery-ui-63f11cd243f78d1a40f06637f93b82de29b1a4dc.tar.gz
jquery-ui-63f11cd243f78d1a40f06637f93b82de29b1a4dc.zip
tests sortable - fixed failing enable test
Diffstat (limited to 'tests/sortable.html')
-rw-r--r--tests/sortable.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/sortable.html b/tests/sortable.html
index 5aeee7f8d..102cdbd5c 100644
--- a/tests/sortable.html
+++ b/tests/sortable.html
@@ -33,11 +33,11 @@
<div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;">
<ul id="sortable">
- <li>Item 1<li>
- <li>Item 2<li>
- <li>Item 3<li>
- <li>Item 4<li>
- <li>Item 5<li>
+ <li>Item 1</li>
+ <li>Item 2</li>
+ <li>Item 3</li>
+ <li>Item 4</li>
+ <li>Item 5</li>
</ul>
</div>