Skip to content

Commit 91a9ff2

Browse files
committed
Merge pull request #231 from itsadok/patch-1
fix: delete runaway backslash
2 parents e6d1ab7 + f7cf922 commit 91a9ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/resizable/constrain-area.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script src="../../ui/jquery.ui.mouse.js"></script>
1111
<script src="../../ui/jquery.ui.resizable.js"></script>
1212
<link rel="stylesheet" href="../demos.css">
13-
<style\>
13+
<style>
1414
#container { width: 300px; height: 300px; }
1515
#container h3 { text-align: center; margin: 0; margin-bottom: 10px; }
1616
#resizable { background-position: top left; width: 150px; height: 150px; }

0 commit comments

Comments
 (0)