monitoring: Escape event message in an object's event history
This commit is contained in:
parent
a1f4d124b4
commit
d1715c8ec6
|
@ -148,7 +148,7 @@ $output = $this->tickets ? preg_replace_callback(
|
|||
<?php endif ?>
|
||||
<br>
|
||||
<div>
|
||||
<?= $this->icon($icon, $title); ?> <?= empty($msg) ? '' : $msg; ?>
|
||||
<?= $this->icon($icon, $title); ?> <?= empty($msg) ? '' : $this->escape($msg) ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue