Hosts: Fix syntax error

refs #60
This commit is contained in:
Florian Strohmaier 2017-11-07 16:30:33 +01:00 committed by Johannes Meyer
parent e505a844dd
commit b64e67888b

View file

@ -24,7 +24,7 @@ if (! $compact): ?>
if ($hosts->hasResult()) {
foreach ($hosts->peekAhead($compact) as $host) {
echo '<div class="grid-item">'
. '<h2>';
. '<h2>'
. $this->qlink(
$host->host_name === $host->host_display_name
? $host->host_display_name