aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/default.html')
-rw-r--r--demos/datepicker/default.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/demos/datepicker/default.html b/demos/datepicker/default.html
index 0383be419..e3fb22208 100644
--- a/demos/datepicker/default.html
+++ b/demos/datepicker/default.html
@@ -1,21 +1,21 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Default Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
- <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
- <script type="text/javascript">
- $(function() {
- $("#date123").datepicker();
- });
- </script>
-</head>
-<body>
-
-Date: <input type="text" id="date123" />
-
-</body>
-</html>
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Default Demo</title>
+ <link type="text/css" href="../demos.css" rel="stylesheet" />
+ <link type="text/css" href="../../themes/default/ui.all.css" rel="stylesheet" />
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../ui/ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript">
+ $(function() {
+ $("#date123").datepicker();
+ });
+ </script>
+</head>
+<body>
+
+Date: <input type="text" id="date123" />
+
+</body>
+</html>