diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 23:29:44 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 23:29:44 +0000 |
commit | 3e0d2e4a6b5d279b322bba5ff636b1ffde033414 (patch) | |
tree | 45a2ae148ea9bd71d83c10e539896e547dc08e95 /demos/effects_showhide/index.html | |
parent | 16dafba1404698c2e6a590f82877ab62cee0700c (diff) | |
download | jquery-ui-3e0d2e4a6b5d279b322bba5ff636b1ffde033414.tar.gz jquery-ui-3e0d2e4a6b5d279b322bba5ff636b1ffde033414.zip |
mime-type and eol-style
Diffstat (limited to 'demos/effects_showhide/index.html')
-rw-r--r-- | demos/effects_showhide/index.html | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/demos/effects_showhide/index.html b/demos/effects_showhide/index.html index 3d70b4f89..2fd0eeadc 100644 --- a/demos/effects_showhide/index.html +++ b/demos/effects_showhide/index.html @@ -1,24 +1,24 @@ -<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Effects - Show/Hide Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<div class="demos-nav">
- <h4>Show/Hide and Toggle Effects</h4>
- <ul>
- <li class="demo-config-on"><a href="default.html">Blind</a></li>
- <li><a href="clip.html">Clip</a></li>
- <li><a href="drop.html">Drop</a></li>
- <li><a href="explode.html">Explode</a></li>
- <li><a href="fold.html">Fold</a></li>
- <li><a href="puff.html">Puff</a></li>
- <li><a href="scale.html">Scale</a></li>
- <li><a href="slide.html">Slide</a></li>
- </ul>
-</div>
-
-</body>
-</html>
+<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Effects - Show/Hide Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<div class="demos-nav"> + <h4>Show/Hide and Toggle Effects</h4> + <ul> + <li class="demo-config-on"><a href="default.html">Blind</a></li> + <li><a href="clip.html">Clip</a></li> + <li><a href="drop.html">Drop</a></li> + <li><a href="explode.html">Explode</a></li> + <li><a href="fold.html">Fold</a></li> + <li><a href="puff.html">Puff</a></li> + <li><a href="scale.html">Scale</a></li> + <li><a href="slide.html">Slide</a></li> + </ul> +</div> + +</body> +</html> |