aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authoritsadok <itsadok@gmail.com>2011-05-08 02:37:33 -0700
committeritsadok <itsadok@gmail.com>2011-05-08 02:37:33 -0700
commitf7cf9228e5843ecf6e3bc23f33ceaca946c6023b (patch)
tree1c3725c295c83dba4c9287619d9fce66232e033f /demos
parentf7e8331e260a03d0ccc286deeeb7bf878f078ff4 (diff)
downloadjquery-ui-f7cf9228e5843ecf6e3bc23f33ceaca946c6023b.tar.gz
jquery-ui-f7cf9228e5843ecf6e3bc23f33ceaca946c6023b.zip
fix: delete runaway backslash
Diffstat (limited to 'demos')
-rw-r--r--demos/resizable/constrain-area.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/constrain-area.html b/demos/resizable/constrain-area.html
index a7003352c..33539f940 100644
--- a/demos/resizable/constrain-area.html
+++ b/demos/resizable/constrain-area.html
@@ -10,7 +10,7 @@
<script src="../../ui/jquery.ui.mouse.js"></script>
<script src="../../ui/jquery.ui.resizable.js"></script>
<link rel="stylesheet" href="../demos.css">
- <style\>
+ <style>
#container { width: 300px; height: 300px; }
#container h3 { text-align: center; margin: 0; margin-bottom: 10px; }
#resizable { background-position: top left; width: 150px; height: 150px; }