forked from Wavyzz/dolibarr
FIX : Line break display as a block
This commit is contained in:
@@ -1037,7 +1037,7 @@ class ExtraFields
|
||||
}
|
||||
if ($type == 'text')
|
||||
{
|
||||
$value=nl2br($value);
|
||||
$value=dol_htmlentitiesbr($value);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user