kavingray / wp-ui

Tabs, accordions, sliders and more for WordPress
GNU General Public License v2.0
15 stars 10 forks source link

Bug if acordion wptabtitle shortcode contains parenthesis. #5

Closed cambot closed 11 years ago

cambot commented 11 years ago

I'm using this for my wptabs: [wptabs type="accordion" style="wpui-sevin" effect="slide" mode="vertical"] [/wptabs]

This tab renders correctly: [wptabtitle] National Areonautics and Space Administration [/wptabtitle] [wptabcontent] NASA travels the solar system far and wide.[/wptabcontent]

This tab breaks the entire accordion styling: [wptabtitle] National Areonautics and Space Administration (NASA) [/wptabtitle] [wptabcontent] NASA travels the solar system far and wide.[/wptabcontent]

kavingray commented 11 years ago

Now fixed with latest commit.