monitoring: Use View::nl2br() for comments in the detail view

refs #10603
This commit is contained in:
Eric Lippmann 2015-11-20 15:46:34 +01:00
parent 2c5defed5b
commit 74b715e3d2
1 changed files with 1 additions and 1 deletions

View File

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