diff options
Diffstat (limited to 'demos/dialog/index.html')
-rw-r--r-- | demos/dialog/index.html | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html index fd0b608bd..64f6343f4 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -1,19 +1,19 @@ -<!doctype html>
-<html lang="en">
-<head>
- <title>jQuery UI Dialog Demos</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<dl class="demos-nav">
- <dt>Dialog</dt>
- <dd><a href="default.html">Basic dialog (default)</a></dd>
- <dd><a href="modal.html">Modal dialog</a></dd>
- <dd><a href="modal_message.html">Modal message</a></dd>
- <dd><a href="modal_confirmation.html">Modal confirmation</a></dd>
- <dd><a href="modal_form.html">Modal form</a></dd>
-</dl>
-
-</body>
-</html>
+<!doctype html> +<html lang="en"> +<head> + <title>jQuery UI Dialog Demos</title> + <link type="text/css" href="../demos.css" rel="stylesheet" /> +</head> +<body> + +<dl class="demos-nav"> + <dt>Dialog</dt> + <dd><a href="default.html">Basic dialog (default)</a></dd> + <dd><a href="modal.html">Modal dialog</a></dd> + <dd><a href="modal_message.html">Modal message</a></dd> + <dd><a href="modal_confirmation.html">Modal confirmation</a></dd> + <dd><a href="modal_form.html">Modal form</a></dd> +</dl> + +</body> +</html> |