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:
Laurent Destailleur 2015-07-28 18:19:07 +02:00
commit a3b379476b

View File

@ -1035,6 +1035,10 @@ class ExtraFields
}
}
}
if ($type == 'text')
{
$value=dol_htmlentitiesbr($value);
}
else
{
$showsize=round($size);