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/range.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/range.html')
-rw-r--r-- | demos/slider/range.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/range.html b/demos/slider/range.html index f86ef23d4..97c3933a1 100644 --- a/demos/slider/range.html +++ b/demos/slider/range.html @@ -32,10 +32,10 @@ <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, -</pre> +</pre> </div><!-- End demo-description --> |