monitoring: Use View::nl2br() for comments in the detail view
refs #10603
This commit is contained in:
parent
2c5defed5b
commit
74b715e3d2
|
@ -67,7 +67,7 @@ if (empty($object->comments) && ! $addLink) {
|
|||
} ?>
|
||||
</dt>
|
||||
<dd>
|
||||
<?= nl2br($this->createTicketLinks($this->escape($comment->comment)), false) ?>
|
||||
<?= $this->nl2br($this->createTicketLinks($this->escape($comment->comment))) ?>
|
||||
</dd>
|
||||
<?php endforeach ?>
|
||||
</dl>
|
||||
|
|
Loading…
Reference in New Issue