aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-24 13:07:06 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-24 13:07:06 +0000
commit29323c710de4c08d35b1615411828de1c4b6bfa6 (patch)
treeabb659ddd2f07bfad60c6e8c923bf77f874f9f6c
parent10b7ba134cf9c1c8b7ca446bef3efb1ba5eb166e (diff)
downloadjquery-ui-29323c710de4c08d35b1615411828de1c4b6bfa6.tar.gz
jquery-ui-29323c710de4c08d35b1615411828de1c4b6bfa6.zip
demos/accordion/default.html: line wrapping for view source
-rw-r--r--demos/accordion/default.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html
index 912854b28..7a8445b8d 100644
--- a/demos/accordion/default.html
+++ b/demos/accordion/default.html
@@ -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>