aboutsummaryrefslogtreecommitdiffstats
path: root/tests/draggable.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-07 20:12:36 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-07 20:12:36 +0000
commit030ca01d4dd76ba7785fb084f238f2627dbcf732 (patch)
tree7cbda5fcf22774c7bff376c62edddca88ade0fb4 /tests/draggable.html
parente2d2ed1eb0334b125d59f0f549ea312501ef2720 (diff)
downloadjquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.tar.gz
jquery-ui-030ca01d4dd76ba7785fb084f238f2627dbcf732.zip
tests - single quotes to double quotes
Diffstat (limited to 'tests/draggable.html')
-rw-r--r--tests/draggable.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/draggable.html b/tests/draggable.html
index 03cc97f94..1c8069b41 100644
--- a/tests/draggable.html
+++ b/tests/draggable.html
@@ -32,8 +32,8 @@
<ol id="tests"></ol>
<div id="main" style="border: 1px solid black; padding: 10px; margin: 10px;">
- <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>
</body>