diff options
Diffstat (limited to 'demos/tabs/default.html')
-rw-r--r-- | demos/tabs/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/tabs/default.html b/demos/tabs/default.html index 1a8eb6194..2cee36b5b 100644 --- a/demos/tabs/default.html +++ b/demos/tabs/default.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Tabs - Default Demo</title> + <title>jQuery UI Tabs - 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> @@ -39,9 +39,7 @@ <div class="demo-description"> -<p> -This is the basic default tab strip that swaps between different blocks of content. -</p> +<p>Click tabs to swap between content that is broken into logical sections.</p> </div><!-- End demo-description --> |