diff options
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> |