mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: wrong space
This commit is contained in:
parent
b1e01b50f5
commit
9130dbda4e
|
|
@ -374,8 +374,10 @@ class Form
|
|||
if ($direction < 0) $s.='<'.$tag.$paramfortooltipimg.' valign="top" width="14">'.$img.'</'.$tag.'>';
|
||||
if ($text != '')
|
||||
{
|
||||
$s.='<'.$tag.$paramfortooltiptd.'>'.$text;
|
||||
if ($direction) $s.=' ';
|
||||
$s.='<'.$tag.$paramfortooltiptd.'>';
|
||||
if ($direction < 0) $s.=' ';
|
||||
$s.=$text;
|
||||
if ($direction > 0) $s.=' ';
|
||||
$s.='</'.$tag.'>';
|
||||
}
|
||||
if ($direction > 0) $s.='<'.$tag.$paramfortooltipimg.' valign="top" width="14">'.$img.'</'.$tag.'>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user