nl2br like on the card

This commit is contained in:
Atm-Gregr 2022-09-12 16:31:00 +02:00
parent 3c5f3f7b85
commit 527cfadf0f

View File

@ -988,7 +988,7 @@ while ($i < min($num, $limit)) {
// Description
if (!empty($arrayfields['t.description']['checked'])) {
print '<td>';
print $object->description;
print nl2br($object->description);
print '</td>';
if (!$i) {
$totalarray['nbfield']++;