FIX : Line break display as a block

This commit is contained in:
Gauthier 2015-07-21 16:39:00 +02:00
parent f0ed7dac09
commit fa26b284a9

View File

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