nl2br like on the card
This commit is contained in:
parent
3c5f3f7b85
commit
527cfadf0f
@ -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']++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user