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 ($direction < 0) $s.='<'.$tag.$paramfortooltipimg.' valign="top" width="14">'.$img.'</'.$tag.'>';
|
||||||
if ($text != '')
|
if ($text != '')
|
||||||
{
|
{
|
||||||
$s.='<'.$tag.$paramfortooltiptd.'>'.$text;
|
$s.='<'.$tag.$paramfortooltiptd.'>';
|
||||||
if ($direction) $s.=' ';
|
if ($direction < 0) $s.=' ';
|
||||||
|
$s.=$text;
|
||||||
|
if ($direction > 0) $s.=' ';
|
||||||
$s.='</'.$tag.'>';
|
$s.='</'.$tag.'>';
|
||||||
}
|
}
|
||||||
if ($direction > 0) $s.='<'.$tag.$paramfortooltipimg.' valign="top" width="14">'.$img.'</'.$tag.'>';
|
if ($direction > 0) $s.='<'.$tag.$paramfortooltipimg.' valign="top" width="14">'.$img.'</'.$tag.'>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user