Needs review
Project:
Tinsel
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 13:54 UTC
Updated:
28 Mar 2012 at 12:47 UTC
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.