aboutsummaryrefslogtreecommitdiffstats
path: root/demos/resizable/index.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-12 03:18:34 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-12 03:18:34 +0000
commitbfc180b1baf9695c0f739088a8d92eac147c808c (patch)
tree8bb2ffc3cc4acc3cf79ecb9038660028b5af3a54 /demos/resizable/index.html
parenta27b789cfd28434daf344548e3d6573a963a166a (diff)
downloadjquery-ui-bfc180b1baf9695c0f739088a8d92eac147c808c.tar.gz
jquery-ui-bfc180b1baf9695c0f739088a8d92eac147c808c.zip
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
Diffstat (limited to 'demos/resizable/index.html')
-rw-r--r--demos/resizable/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/resizable/index.html b/demos/resizable/index.html
index 22ae68923..93198d03c 100644
--- a/demos/resizable/index.html
+++ b/demos/resizable/index.html
@@ -1,6 +1,7 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Resizable Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>