aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/inline.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 01:20:50 +0000
commit9a35874d44262f79d1a5fc7d8c7e673518c985fd (patch)
treef9cd8915ee759d2427c657e680e9282e7b20aa86 /demos/datepicker/inline.html
parent2789fca8afb34dc770df8163fad7f6df15a77025 (diff)
downloadjquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.tar.gz
jquery-ui-9a35874d44262f79d1a5fc7d8c7e673518c985fd.zip
demos: whitespace fixes
- trailing whitespace - inconsistent line endings - set svn:eol-style to native
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r--demos/datepicker/inline.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html
index 2ff26e32e..8e7f2d5c3 100644
--- a/demos/datepicker/inline.html
+++ b/demos/datepicker/inline.html
@@ -1,25 +1,25 @@
-<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Datepicker - Inline 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>
-
-
-<div class="demo">
-
-Date: <div id="date123" /></div>
-
+<!doctype html>
+<html lang="en">
+<head>
+ <title>jQuery UI Datepicker - Inline 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>
+
+
+<div class="demo">
+
+Date: <div id="date123" /></div>
+
</div><!-- End demo -->
@@ -28,7 +28,7 @@ Date: <div id="date123" /></div>
<p>This is an example of an inline date picker that is embedded in the page instead of opening in an overlay. This is done by calling .datepicker() in a div instead of an input.</p>
-</div><!-- End demo-description -->
-
-</body>
-</html>
+</div><!-- End demo-description -->
+
+</body>
+</html>