Fix missing closing div making jmobile crazy
This commit is contained in:
parent
8699776930
commit
5f507cbbd8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user