Small HTML fix

This commit is contained in:
Thomas Gelf 2014-03-08 19:48:47 +01:00
parent 07f76a631a
commit b4aff8f39b
1 changed files with 1 additions and 1 deletions

View File

@ -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>