diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-23 10:08:45 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-23 10:08:45 +0000 |
commit | f01deb7c1b0987ee0e838bc2c4f0c55df7e2a875 (patch) | |
tree | 6574b48d38d0264313d531bd2ae602f57fced1f0 /demos/accordion | |
parent | 39e2f8af212b0180afcd8417a37a61d25ae97b29 (diff) | |
download | jquery-ui-f01deb7c1b0987ee0e838bc2c4f0c55df7e2a875.tar.gz jquery-ui-f01deb7c1b0987ee0e838bc2c4f0c55df7e2a875.zip |
accordion demos: removed duplicate </div>, fixes demos/accordion right hand nav on website
Diffstat (limited to 'demos/accordion')
-rw-r--r-- | demos/accordion/default.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/accordion/default.html b/demos/accordion/default.html index 3ee549576..37a0952aa 100644 --- a/demos/accordion/default.html +++ b/demos/accordion/default.html @@ -60,8 +60,6 @@ <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> - </div><!-- End demo-description --> </body> |