Skip to content

Commit

Permalink
Add missing class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Jun 18, 2015
1 parent 7f6baea commit 9b14fff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ if (count($hosts) === 0) {
<!-- Host / Status / Output -->
<td>
<?= $this->iconImage()->host($host) ?>
<span="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
<span class="objectflags"><?= implode(' ', $this->hostFlags($host)) ?></span>
<?= $this->qlink(
$host->host_display_name,
$hostLink,
Expand Down

0 comments on commit 9b14fff

Please sign in to comment.