Merge pull request #22240 from ATM-Consulting/FIX_rich_text_on_description_task
FIX : Rich text is not diplayed
This commit is contained in:
commit
771f1dcc67
@ -988,7 +988,7 @@ while ($i < min($num, $limit)) {
|
|||||||
// Description
|
// Description
|
||||||
if (!empty($arrayfields['t.description']['checked'])) {
|
if (!empty($arrayfields['t.description']['checked'])) {
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print dol_escape_htmltag($object->description);
|
print dolGetFirstLineOfText($object->description, 5);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user