aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
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/progressbar
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/progressbar')
-rw-r--r--demos/progressbar/animated.html3
-rw-r--r--demos/progressbar/default.html3
-rw-r--r--demos/progressbar/index.html3
-rw-r--r--demos/progressbar/resize.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html
index 36171414b..e094f64a3 100644
--- a/demos/progressbar/animated.html
+++ b/demos/progressbar/animated.html
@@ -1,6 +1,7 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Progressbar - Animated</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index 194112412..86c7c9c54 100644
--- a/demos/progressbar/default.html
+++ b/demos/progressbar/default.html
@@ -1,6 +1,7 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Progressbar - Default functionality</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html
index 542bf1446..cf8ee9fe3 100644
--- a/demos/progressbar/index.html
+++ b/demos/progressbar/index.html
@@ -1,6 +1,7 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Progressbar Demos</title>
<link type="text/css" href="../demos.css" rel="stylesheet" />
</head>
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html
index bb021ab8a..fb99ab8ee 100644
--- a/demos/progressbar/resize.html
+++ b/demos/progressbar/resize.html
@@ -1,6 +1,7 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Progressbar - Resizable</title>
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.4.2.js"></script>