diff options
Diffstat (limited to 'demos/accordion/index.html')
-rw-r--r-- | demos/accordion/index.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html index 7bf658248..3ab63e776 100644 --- a/demos/accordion/index.html +++ b/demos/accordion/index.html @@ -1,17 +1,17 @@ -<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Accordion Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<dl class="demos-nav">
- <dt>Accordion</dt>
- <dd><a href="default.html">Basic accordion (default)</a></dd>
- <dd><a href="mouseover.html">Mouseover accordion</a></dd>
- <dd><a href="fillspace.html">FillSpace example</a></dd>
-</dl>
-
-</body>
-</html>
+<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Accordion Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<dl class="demos-nav"> + <dt>Accordion</dt> + <dd><a href="default.html">Basic accordion (default)</a></dd> + <dd><a href="mouseover.html">Mouseover accordion</a></dd> + <dd><a href="fillspace.html">FillSpace example</a></dd> +</dl> + +</body> +</html> |