aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/progressbar
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-24 12:07:26 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-24 12:07:26 +0000
commitcec2d32af25d07a3f9314eb9a293db2c5221325f (patch)
tree9b516a86342c01bc608d1b52f28e6d61299595bc /tests/visual/progressbar
parentaf7fdcb7c49ef665f8f0bd7c0b1b71a72932ea89 (diff)
downloadjquery-ui-cec2d32af25d07a3f9314eb9a293db2c5221325f.tar.gz
jquery-ui-cec2d32af25d07a3f9314eb9a293db2c5221325f.zip
eol-style and mime-type
Diffstat (limited to 'tests/visual/progressbar')
-rw-r--r--tests/visual/progressbar/default.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/tests/visual/progressbar/default.html b/tests/visual/progressbar/default.html
index 7a0e6acd0..f1fa48f82 100644
--- a/tests/visual/progressbar/default.html
+++ b/tests/visual/progressbar/default.html
@@ -1,21 +1,21 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>Progressbar Visual Test : Default</title>
- <link rel="stylesheet" href="../visual.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" />
- <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
- <script type="text/javascript" src="../../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../../ui/ui.progressbar.js"></script>
- <script type="text/javascript">
- $(function() {
- $("#progressbar").progressbar();
- });
- </script>
-</head>
-<body>
-
-<div id="progressbar"></div>
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>Progressbar Visual Test : Default</title>
+ <link rel="stylesheet" href="../visual.css" type="text/css" />
+ <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css" />
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
+ <script type="text/javascript" src="../../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../../ui/ui.progressbar.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $("#progressbar").progressbar();
+ });
+ </script>
+</head>
+<body>
+
+<div id="progressbar"></div>
+
+</body>
+</html>