r2078 - trunk/demos/slider

r2078 - trunk/demos/slider


Author: klaus.hartl
Date: Fri Feb 13 14:18:35 2009
New Revision: 2078
Modified:
trunk/demos/slider/side-scroll.html
Log:
fixed an incorrect slash and a self closing span
Modified: trunk/demos/slider/side-scroll.html
==============================================================================
--- trunk/demos/slider/side-scroll.html    (original)
+++ trunk/demos/slider/side-scroll.html    Fri Feb 13 14:18:35 2009
@@ -41,8 +41,8 @@
        .mouseup(function(){
            scrollbar.width( '100%' );
        })
-        .append('<span class="ui-icon ui-icon-grip-dotted-vertical"/>')
-        .wrap('<div class="ui-handle-helper-parent" /></div>').parent();
+        .append('<span class="ui-icon ui-icon-grip-dotted-vertical"></span>')
+        .wrap('<div class="ui-handle-helper-parent"></div>').parent();
        
        //change overflow to hidden now that slider handles the scrolling
        scrollPane.css('overflow','hidden');