diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-24 12:07:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-24 12:07:26 +0000 |
commit | cec2d32af25d07a3f9314eb9a293db2c5221325f (patch) | |
tree | 9b516a86342c01bc608d1b52f28e6d61299595bc /tests/static/droppable | |
parent | af7fdcb7c49ef665f8f0bd7c0b1b71a72932ea89 (diff) | |
download | jquery-ui-cec2d32af25d07a3f9314eb9a293db2c5221325f.tar.gz jquery-ui-cec2d32af25d07a3f9314eb9a293db2c5221325f.zip |
eol-style and mime-type
Diffstat (limited to 'tests/static/droppable')
-rw-r--r-- | tests/static/droppable/default.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/static/droppable/default.html b/tests/static/droppable/default.html index eda58b8bd..78eb0f6cf 100644 --- a/tests/static/droppable/default.html +++ b/tests/static/droppable/default.html @@ -1,17 +1,17 @@ -<!doctype html>
-<html>
-<head>
- <title>Droppable Static Test : Default</title>
- <link rel="stylesheet" href="../static.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" />
- <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
- <script type="text/javascript" src="../static.js"></script>
-</head>
-<body>
-
-<div class="ui-droppable">
-</div>
-
-</body>
-</html>
+<!doctype html> +<html> +<head> + <title>Droppable Static Test : Default</title> + <link rel="stylesheet" href="../static.css" type="text/css" /> + <link rel="stylesheet" href="../../../themes/base/ui.base.css" type="text/css" /> + <link rel="stylesheet" href="../../../themes/base/ui.theme.css" type="text/css" title="ui-theme" /> + <script type="text/javascript" src="../../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../static.js"></script> +</head> +<body> + +<div class="ui-droppable"> +</div> + +</body> +</html> |