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…
Reference in New Issue