Skip to content

Commit

Permalink
DA025254
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 29, 2024
1 parent 418bf92 commit bc72159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/ticket/class/actions_ticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ public function viewTicketOriginalMessage($user, $action, $object)
} else {
print '<div class="longmessagecut">';
//print dol_escape_htmltag(dol_htmlwithnojs(dol_string_onlythesehtmltags(dol_htmlentitiesbr($object->message), 1, 1, 1, 0)), 1, 1, 'common', 0, 1);
print dolPrintHTML($object->message);
// print dolPrintHTML($object->message);
print dol_nl2br($object->message);
print '</div>';
/*print '<div class="clear center">';
print $langs->trans("More").'...';
Expand Down

0 comments on commit bc72159

Please sign in to comment.