Fix missing closing div making jmobile crazy

This commit is contained in:
Laurent Destailleur 2015-09-18 20:23:06 +02:00
parent 8699776930
commit 5f507cbbd8

View File

@ -807,6 +807,8 @@ function dol_get_fiche_head($links=array(), $active='0', $title='', $notab=0, $p
$out.="</script>";
}
$out.="</div>\n";
if (! $notab) $out.="\n".'<div class="tabBar">'."\n";
return $out;