aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 05:01:58 +0000
commit58a11a7dec11bdfc1f43f210ffd52da3816a530c (patch)
tree64d5e9c9067dcae8f1a682fe4c9af0932e48faab /demos/slider/range.html
parentfff23b36bf19b348d2e6c575d0e3d13ed04d63a3 (diff)
downloadjquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.tar.gz
jquery-ui-58a11a7dec11bdfc1f43f210ffd52da3816a530c.zip
demos: added <code> inside <pre>. some other minor updates
Diffstat (limited to 'demos/slider/range.html')
-rw-r--r--demos/slider/range.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/slider/range.html b/demos/slider/range.html
index 7f5deaf9e..203c14689 100644
--- a/demos/slider/range.html
+++ b/demos/slider/range.html
@@ -30,9 +30,8 @@
<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>
-<pre>
-range: true
-</pre>
+<pre><code>range: true
+</code></pre>
</div><!-- End demo-description -->