aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/textarea.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/resizable/textarea.html')
-rw-r--r--demos/resizable/textarea.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/resizable/textarea.html b/demos/resizable/textarea.html
index 58be75722..39658a46a 100644
--- a/demos/resizable/textarea.html
+++ b/demos/resizable/textarea.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -25,17 +25,10 @@
</head>
<body>
-<div class="demo">
-
<textarea id="resizable" rows="5" cols="20"></textarea>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Display only an outline of the element while resizing by setting the <code>helper</code> option to a CSS class.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>