philbuchanan / Accordion-Shortcodes

A WordPress plugin that adds a few shortcodes to allow for accordion dropdowns.
https://wordpress.org/plugins/accordion-shortcodes/
16 stars 10 forks source link

An empty tag attribute will break the accordion HTML structure #8

Closed philbuchanan closed 10 years ago

philbuchanan commented 10 years ago

If you do set the tag attribute on the opening accordion short code but do not give it a value or assign it a value of empty space the HTML structure of the accordion will break (there will be a tag with no tag name created).

This:

[accordion tag=" "]

Will result in this displaying on the front end:

< class="accordion-title">Title Goes Here