]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/slider: markup and whitespace
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 04:22:19 +0000 (04:22 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 04:22:19 +0000 (04:22 +0000)
demos/slider/range.html

index 53b832407b6ea37c8255adbb236d99e49acd961c..7f5deaf9e8b82411a455a4555e4009f4433302dc 100644 (file)
@@ -20,7 +20,6 @@
 </head>
 <body>
 
-
 <div class="demo">
 
 <p>Price range:</p>
 
 </div><!-- End demo -->
 
-
-
 <div class="demo-description">
 
-<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. THis is created by setting the range option:</p>
+<p>Example of a range slider that had two drag handles and a filled bar that connects the two handles to indicate that the values between them are selected. This is created by setting the range option:</p>
 <pre>
-range: true,
+range: true
 </pre>
 
 </div><!-- End demo-description -->