monitoring: Escape event message in an object's event history

This commit is contained in:
Eric Lippmann 2015-01-22 10:45:14 +01:00
parent a1f4d124b4
commit d1715c8ec6
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ $output = $this->tickets ? preg_replace_callback(
<?php endif ?> <?php endif ?>
<br> <br>
<div> <div>
<?= $this->icon($icon, $title); ?> <?= empty($msg) ? '' : $msg; ?> <?= $this->icon($icon, $title); ?> <?= empty($msg) ? '' : $this->escape($msg) ?>
</div> </div>
</td> </td>
</tr> </tr>