mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Small HTML fix
This commit is contained in:
parent
07f76a631a
commit
b4aff8f39b
@ -10,7 +10,7 @@
|
||||
</td>
|
||||
<td><b><?= $this->escape($object->host_name) ?></b><?php
|
||||
if ($object->host_address && $object->host_address !== $object->host_name): ?>
|
||||
<br><?= $this->escape($object->host_address) ?></br>
|
||||
<br><?= $this->escape($object->host_address) ?>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user