From b64e67888b972d158a8efe19f8036c5f529a5ca4 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Tue, 7 Nov 2017 16:30:33 +0100 Subject: [PATCH] Hosts: Fix syntax error refs #60 --- application/views/scripts/list/hosts.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/scripts/list/hosts.phtml b/application/views/scripts/list/hosts.phtml index 56e4867..5b93427 100644 --- a/application/views/scripts/list/hosts.phtml +++ b/application/views/scripts/list/hosts.phtml @@ -24,7 +24,7 @@ if (! $compact): ?> if ($hosts->hasResult()) { foreach ($hosts->peekAhead($compact) as $host) { echo '
' - . '

'; + . '

' . $this->qlink( $host->host_name === $host->host_display_name ? $host->host_display_name