]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed an incorrect slash and a self closing span
authorKlaus Hartl <klaus.hartl@googlemail.com>
Fri, 13 Feb 2009 22:18:35 +0000 (22:18 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Fri, 13 Feb 2009 22:18:35 +0000 (22:18 +0000)
demos/slider/side-scroll.html

index 0900f0d653ea1d66029c3e724d81b5ead52fe80a..a1911806b46fff77d78ffd8da4ff733130fd5d9b 100644 (file)
@@ -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');