diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-07 20:12:36 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-07 20:12:36 +0000 |
commit | 030ca01d4dd76ba7785fb084f238f2627dbcf732 (patch) | |
tree | 7cbda5fcf22774c7bff376c62edddca88ade0fb4 /tests/all.html | |
parent | e2d2ed1eb0334b125d59f0f549ea312501ef2720 (diff) | |
download | jquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.tar.gz jquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.zip |
tests - single quotes to double quotes
Diffstat (limited to 'tests/all.html')
-rw-r--r-- | tests/all.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/all.html b/tests/all.html index 256996b7f..b83b30fe2 100644 --- a/tests/all.html +++ b/tests/all.html @@ -51,16 +51,16 @@ <div id="main" style="position:absolute;top:-2000000px;"> - <div id='draggable1' style="background: green; width: 200px; height: 100px;">Relative</div> - <div id='draggable2' style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> + <div id="draggable1" style="background: green; width: 200px; height: 100px;">Relative</div> + <div id="draggable2" style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div> - <div id='slider1'></div> - <div id='slider3' style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> - <div class='ui-slider-handle' style='position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);'></div> + <div id="slider1"></div> + <div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;"> + <div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);"></div> </div> <fieldset> - <legend>Standard, container is a div, header is h3 and content p</legend> + <legend>Standard, container is a div, header is h3 and content p</legend> <div id="list1"> <a>There is one obvious advantage:</a> |