FIX : Line break display as a block

This commit is contained in:
Gauthier 2015-07-28 15:14:54 +02:00
parent fa26b284a9
commit 556d01ff8a

View File

@ -1037,7 +1037,7 @@ class ExtraFields
} }
if ($type == 'text') if ($type == 'text')
{ {
$value=nl2br($value); $value=dol_htmlentitiesbr($value);
} }
else else
{ {