demos/accordion/default.html: line wrapping for view source

This commit is contained in:
Richard Worth 2009-01-24 13:07:06 +00:00
parent 10b7ba134c
commit 29323c710d

View File

@ -78,13 +78,15 @@
</div><!-- End demo -->
<div class="demo-description">
<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>
<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><!-- End demo-description -->
</body>