mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
monitoring: Do not strip_tags in the notifications overview
This commit is contained in:
parent
b6f87df90e
commit
cbbd811adb
@ -52,7 +52,7 @@ use Icinga\Module\Monitoring\Object\Service;
|
||||
<?= $this->link()->host($notification->host, $notification->host_display_name) ?>
|
||||
<?php endif ?>
|
||||
<br>
|
||||
<?= $this->escape(substr(strip_tags($notification->notification_output), 0, 10000)); ?>
|
||||
<?= $this->escape(substr($notification->notification_output, 0, 10000)); ?>
|
||||
<br>
|
||||
<?php if (! $this->contact): ?>
|
||||
<small>
|
||||
|
Loading…
x
Reference in New Issue
Block a user