FIX #14209
This commit is contained in:
parent
2cc7e88f8e
commit
a36c6a8dda
@ -1112,7 +1112,7 @@ elseif ($object->id > 0)
|
||||
|
||||
// Description
|
||||
print '<td class="titlefield tdtop">'.$langs->trans("Description").'</td><td>';
|
||||
print nl2br($object->description);
|
||||
print dol_htmlentitiesbr($object->description);
|
||||
print '</td></tr>';
|
||||
|
||||
// Categories
|
||||
|
||||
Loading…
Reference in New Issue
Block a user