syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 114 forks source link

Update class-aq-page-builder.php #135

Closed jarrodfreeman closed 10 years ago

jarrodfreeman commented 10 years ago

On line 663 there was a "return" statement that finalized output before the remaining valid html could be rendered. Rather than use a "return" right there (it happens when no templates have been created and helps determine the contents of the "Add template" popup box), an "else" statement that specifically prevents the <h3>, <select>, and <input> tags would probably work better.

syamilmj commented 10 years ago

Implemented fix in the latest release :)