r1761 - trunk/demos/accordion

r1761 - trunk/demos/accordion


Author: paul.bakaus
Date: Fri Jan 23 02:08:45 2009
New Revision: 1761
Modified:
trunk/demos/accordion/default.html
Log:
accordion demos: removed duplicate </div>, fixes demos/accordion right hand
nav on website
Modified: trunk/demos/accordion/default.html
==============================================================================
--- trunk/demos/accordion/default.html    (original)
+++ trunk/demos/accordion/default.html    Fri Jan 23 02:08:45 2009
@@ -60,8 +60,6 @@

Click headers to expand/collapse content that is broken into logical
sections, much like tabs. Optionally, toggle sections open/closed on
mouseover.


The underlying HTML markup is a series of headers (H3 tags) and content
divs so the content is usable without JavaScript.


-</div>
-
</div><!-- End demo-description -->
</body>