Skip to content

Commit

Permalink
Merge pull request #231 from itsadok/patch-1
Browse files Browse the repository at this point in the history
fix: delete runaway backslash
  • Loading branch information
rdworth committed May 9, 2011
2 parents e6d1ab7 + f7cf922 commit 91a9ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/resizable/constrain-area.html
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 91a9ff2

Please sign in to comment.