diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 01:20:50 +0000 |
commit | 9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch) | |
tree | f9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/slider/rangemin.html | |
parent | 2789fca8afb34dc770df8163fad7f6df15a77025 (diff) | |
download | jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip |
demos: whitespace fixes
- trailing whitespace
- inconsistent line endings
- set svn:eol-style to native
Diffstat (limited to 'demos/slider/rangemin.html')
-rw-r--r-- | demos/slider/rangemin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html index b8496df01..6d19521d8 100644 --- a/demos/slider/rangemin.html +++ b/demos/slider/rangemin.html @@ -34,10 +34,10 @@ <div class="demo-description"> -<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p> +<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p> <pre> range: "min", -</pre> +</pre> <p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p> </div><!-- End demo-description --> |