I hope the title is sufficiently descriptive.
<?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
It is necessary add the close div mark if variable tabs is present, after print:
<?php if ($tabs): print '</div><!-- /#tabs-wrapper -->'; endif; ?>
Comments
Comment #1
LGLC commentedThis fix is exactly what I was looking for - thanks!
Comment #1.0
carnau commentedJust remove unnecessary tab.