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>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<?= nl2br($this->createTicketLinks($this->escape($comment->comment)), false) ?>
|
<?= $this->nl2br($this->createTicketLinks($this->escape($comment->comment))) ?>
|
||||||
</dd>
|
</dd>
|
||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Reference in New Issue