From 419da55302d8136321cb2707f4b377b4d180d7ac Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 31 Dec 2008 04:22:19 +0000 Subject: [PATCH] demos/slider: markup and whitespace --- demos/slider/range.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/demos/slider/range.html b/demos/slider/range.html index 53b832407..7f5deaf9e 100644 --- a/demos/slider/range.html +++ b/demos/slider/range.html @@ -20,7 +20,6 @@ -

Price range:

@@ -28,13 +27,11 @@
- -
-

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:

+

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:

-range: true,
+range: true
 
-- 2.39.5