Skip to content

Commit

Permalink
updated page titles to match new nav options
Browse files Browse the repository at this point in the history
  • Loading branch information
Maggie Costello Wachs committed Jan 19, 2009
1 parent f2fb805 commit 8f4ae53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/accordion/collapsible.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion - Collapsible Demo</title>
<title>jQuery UI Accordion - Collapse content</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>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/custom_icons.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion - Custom Icon Demo</title>
<title>jQuery UI Accordion - Customize icons</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>
Expand Down
4 changes: 2 additions & 2 deletions demos/accordion/default.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -57,7 +57,7 @@ <h3><a href="#">Section 4</a></h3>

<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>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/fillspace.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>jQuery UI Accordion - FillSpace Demo</title>
<title>jQuery UI Accordion - Fill space</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>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4>Examples</h4>
<li><a href="fillspace.html">Fill space</a></li>
<li><a href="collapsible.html">Collapse content</a></li>
<li><a href="mouseover.html">Open on mouseover</a></li>
<li><a href="custom_icons.html">Custom icons</a></li>
<li><a href="custom_icons.html">Customize icons</a></li>

</ul>
</div>
Expand Down

0 comments on commit 8f4ae53

Please sign in to comment.