Skip to content
Snippets Groups Projects
Commit a3b37947 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Merge pull request #3308 from atm-gauthier/3.7_fix_display_extraf_text_line_break

FIX : Line break display as a block
parents 96f1c25a 556d01ff
No related branches found
No related tags found
No related merge requests found
...@@ -1035,6 +1035,10 @@ class ExtraFields ...@@ -1035,6 +1035,10 @@ class ExtraFields
} }
} }
} }
if ($type == 'text')
{
$value=dol_htmlentitiesbr($value);
}
else else
{ {
$showsize=round($size); $showsize=round($size);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment