monitoring: Escape the host group's name in the hostgroups overview

This commit is contained in:
Eric Lippmann 2015-01-23 11:20:00 +01:00
parent 5ac1eaa513
commit b54564eb5c

View File

@ -80,7 +80,7 @@
<?php endif ?> <?php endif ?>
<td class="groupname"> <td class="groupname">
<a href="<?= $this->href('monitoring/list/hosts', array('hostgroup' => $h->hostgroup)); ?>"> <a href="<?= $this->href('monitoring/list/hosts', array('hostgroup' => $h->hostgroup)); ?>">
<?= $h->hostgroup; ?> <?= $this->escape($h->hostgroup) ?>
</a> </a>
</td> </td>
<td class="total"> <td class="total">