aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/progressbar
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static/progressbar')
-rw-r--r--tests/static/progressbar/default.html5
-rw-r--r--tests/static/progressbar/progressbar.html5
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/static/progressbar/default.html b/tests/static/progressbar/default.html
index d4a9175bd..118a21072 100644
--- a/tests/static/progressbar/default.html
+++ b/tests/static/progressbar/default.html
@@ -1,6 +1,7 @@
-<!doctype html>
-<html>
+<!DOCTYPE html>
+<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>Progressbar Static Test : Default</title>
<link rel="stylesheet" href="../static.css" type="text/css" />
<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
diff --git a/tests/static/progressbar/progressbar.html b/tests/static/progressbar/progressbar.html
index e37533c9f..8c4d65e18 100644
--- a/tests/static/progressbar/progressbar.html
+++ b/tests/static/progressbar/progressbar.html
@@ -1,6 +1,7 @@
-<!doctype html>
-<html>
+<!DOCTYPE html>
+<html lang="en">
<head>
+ <meta charset="UTF-8" />
<title>jQuery UI Progressbar Static Markup Test Page</title>
<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
<link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />