FIX : Line break display as a block
This commit is contained in:
parent
fa26b284a9
commit
556d01ff8a
@ -1037,7 +1037,7 @@ class ExtraFields
|
|||||||
}
|
}
|
||||||
if ($type == 'text')
|
if ($type == 'text')
|
||||||
{
|
{
|
||||||
$value=nl2br($value);
|
$value=dol_htmlentitiesbr($value);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user