diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:16:51 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-30 04:16:51 +0000 |
commit | 165c6a823cd0473d5207fada539da42eb9d01274 (patch) | |
tree | b22b23271c9195940e39f04f0b6bf5adba12de59 /demos/draggable/index.html | |
parent | 5b34c56dbd5a8544dc9125c5626f0f33639c68b7 (diff) | |
download | jquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.tar.gz jquery-ui-165c6a823cd0473d5207fada539da42eb9d01274.zip |
set svn:eol-style to native
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r-- | demos/draggable/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html index da5a9d5fd..e68d32cc4 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -1,15 +1,15 @@ -<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Draggable Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<dl class="demos-nav">
- <dt>Draggable</dt>
- <dd><a href="default.html">Default</a></dd>
-</dl>
-
-</body>
-</html>
+<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Draggable Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<dl class="demos-nav"> + <dt>Draggable</dt> + <dd><a href="default.html">Default</a></dd> +</dl> + +</body> +</html> |