From 29323c710de4c08d35b1615411828de1c4b6bfa6 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 24 Jan 2009 13:07:06 +0000 Subject: [PATCH] demos/accordion/default.html: line wrapping for view source --- demos/accordion/default.html | 14 ++++++++------ 1 file 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 @@ - -
- -

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. +

-- 2.39.5