monitoring: Use View::nl2br() for downtimes in the detail area
refs #10603
This commit is contained in:
parent
8d9c0ca69e
commit
9c467ebfa3
|
@ -96,7 +96,7 @@ if (empty($object->comments) && ! $addLink) {
|
|||
} ?>
|
||||
</dt>
|
||||
<dd>
|
||||
<?= nl2br($this->createTicketLinks($this->escape($downtime->comment)), false) ?>
|
||||
<?= $this->nl2br($this->createTicketLinks($this->escape($downtime->comment))) ?>
|
||||
</dd>
|
||||
<?php endforeach ?>
|
||||
</dl>
|
||||
|
|
Loading…
Reference in New Issue