Skip to content

Commit 29323c7

Browse files
committed
demos/accordion/default.html: line wrapping for view source
1 parent 10b7ba1 commit 29323c7

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

demos/accordion/default.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,15 @@ <h3><a href="#">Section 4</a></h3>
7878

7979
</div><!-- End demo -->
8080

81-
82-
8381
<div class="demo-description">
84-
85-
<p>Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover.</p>
86-
<p>The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is usable without JavaScript.</p>
87-
82+
<p>
83+
Click headers to expand/collapse content that is broken into logical sections, much like tabs.
84+
Optionally, toggle sections open/closed on mouseover.
85+
</p>
86+
<p>
87+
The underlying HTML markup is a series of headers (H3 tags) and content divs so the content is
88+
usable without JavaScript.
89+
</p>
8890
</div><!-- End demo-description -->
8991

9092
</body>

0 commit comments

Comments
 (0)