monitoring: Use View::nl2br() in the downtime overview

refs #10603
This commit is contained in:
Eric Lippmann 2015-11-20 15:34:48 +01:00
parent a6338fc744
commit ea03f4033b
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@
</span>
</div>
<p class="comment-text">
<?= $this->escape($downtime->comment) ?>
<?= $this->nl2br($this->escape($downtime->comment)) ?>
</p>
</td>