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

LGLC’s picture

This fix is exactly what I was looking for - thanks!

carnau’s picture

Issue summary: View changes

Just remove unnecessary tab.