mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
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>
|
</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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user