mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 09:22:36 +01:00
FIX : Line break display as a block
This commit is contained in:
@@ -1037,7 +1037,7 @@ class ExtraFields
|
||||
}
|
||||
if ($type == 'text')
|
||||
{
|
||||
$value=nl2br($value);
|
||||
$value=dol_htmlentitiesbr($value);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user