mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
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…
x
Reference in New Issue
Block a user