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

View File

@ -96,7 +96,7 @@ if (empty($object->comments) && ! $addLink) {
} ?> } ?>
</dt> </dt>
<dd> <dd>
<?= nl2br($this->createTicketLinks($this->escape($downtime->comment)), false) ?> <?= $this->nl2br($this->createTicketLinks($this->escape($downtime->comment))) ?>
</dd> </dd>
<?php endforeach ?> <?php endforeach ?>
</dl> </dl>