diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-09-09 22:33:09 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-09-09 22:33:28 -0400 |
commit | eba3067479676d9fde9e1fcca76ba720cd9a4cee (patch) | |
tree | e2cdaef21f638703493079a0d1008c21efccb4a2 /demos/accordion | |
parent | df932bbba35be7f2e6f741ee114644e536774a76 (diff) | |
download | jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.tar.gz jquery-ui-eba3067479676d9fde9e1fcca76ba720cd9a4cee.zip |
Demos: Cleanup.
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/fillspace.html | 2 | ||||
-rw-r--r-- | demos/accordion/hoverintent.html | 2 | ||||
-rw-r--r-- | demos/accordion/no-auto-height.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index e6c0ffb3e..ccfb19c0c 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8""> + <meta charset="utf-8"> <title>jQuery UI Accordion - Fill space</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> diff --git a/demos/accordion/hoverintent.html b/demos/accordion/hoverintent.html index f74147e3f..925d26c54 100644 --- a/demos/accordion/hoverintent.html +++ b/demos/accordion/hoverintent.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>jQuery UI Accordion - Default functionality</title> + <title>jQuery UI Accordion - Open on hoverintent</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> diff --git a/demos/accordion/no-auto-height.html b/demos/accordion/no-auto-height.html index d55b5caac..053fa1975 100644 --- a/demos/accordion/no-auto-height.html +++ b/demos/accordion/no-auto-height.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="utf-8""> - <title>jQuery UI Accordion - No Auto Height</title> + <meta charset="utf-8"> + <title>jQuery UI Accordion - No auto height</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.4.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> |