FIX : Line break display as a block
This commit is contained in:
parent
f0ed7dac09
commit
fa26b284a9
@ -1035,6 +1035,10 @@ class ExtraFields
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($type == 'text')
|
||||
{
|
||||
$value=nl2br($value);
|
||||
}
|
||||
else
|
||||
{
|
||||
$showsize=round($size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user