Merge pull request #3308 from atm-gauthier/3.7_fix_display_extraf_text_line_break
FIX : Line break display as a block
This commit is contained in:
commit
a3b379476b
@ -1035,6 +1035,10 @@ class ExtraFields
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($type == 'text')
|
||||
{
|
||||
$value=dol_htmlentitiesbr($value);
|
||||
}
|
||||
else
|
||||
{
|
||||
$showsize=round($size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user