r1783 - trunk/demos/accordion

r1783 - trunk/demos/accordion


Author: rdworth
Date: Sat Jan 24 05:07:06 2009
New Revision: 1783
Modified:
trunk/demos/accordion/default.html
Log:
demos/accordion/default.html: line wrapping for view source
Modified: trunk/demos/accordion/default.html
==============================================================================
--- trunk/demos/accordion/default.html    (original)
+++ trunk/demos/accordion/default.html    Sat Jan 24 05:07:06 2009
@@ -78,13 +78,15 @@
</div><!-- End demo -->
-
-
<div class="demo-description">
-
-

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.


-
+


+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><!-- End demo-description -->
</body>