monitoring: Use View::nl2br() for downtimes in the detail area

refs #10603
This commit is contained in:
Eric Lippmann 2015-11-20 15:48:23 +01:00
parent 8d9c0ca69e
commit 9c467ebfa3
1 changed files with 1 additions and 1 deletions

View File

@ -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>