aboutsummaryrefslogtreecommitdiffstats
path: root/demos/accordion/default.html
diff options
context:
space:
mode:
authorMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:46:58 +0000
committerMaggie Costello Wachs <fg.maggie@gmail.com>2009-01-19 22:46:58 +0000
commit8f4ae539f3d09cd6e4f6348dcb9b8b5846d69c12 (patch)
tree6c1fdd04a4df47e762ae6b08b075c418a1f54459 /demos/accordion/default.html
parentf2fb805e1832dd579bac7fa7171192028e6b0c32 (diff)
downloadjquery-ui-8f4ae539f3d09cd6e4f6348dcb9b8b5846d69c12.tar.gz
jquery-ui-8f4ae539f3d09cd6e4f6348dcb9b8b5846d69c12.zip
updated page titles to match new nav options
Diffstat (limited to 'demos/accordion/default.html')
-rw-r--r--demos/accordion/default.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html
index c85605aec..79c65f970 100644
--- a/demos/accordion/default.html
+++ b/demos/accordion/default.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Accordion - Default Demo</title>
+ <title>jQuery UI Accordion - Default functionality</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -57,7 +57,7 @@
<div class="demo-description">
-<p>Click headers to expand/collapse content broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.</p>
+<p>Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.</p>
<p>The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.</p>
</div>