- Don't need to do this, the tabs will do it themselves

This commit is contained in:
dave 2009-09-10 08:26:24 +00:00
parent 860693eb14
commit 0f16a90efc

View File

@ -35,7 +35,6 @@ function htabs_tab_begin($tab)
global $htabs_current, $htabs_tabs;
echo "<div id=\"htabs_tab_{$htabs_current}_$tab\" class=\"htabs\"
style=\"display:none;\">";
echo '<h1>'.i18n($htabs_tabs[$tab]['title']).'</h1>';
echo "<div id=\"htabs_tab_{$htabs_current}_{$tab}_body\">";
}