aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
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>