From 3f6e5e65d1ce1e0673e69287d5860d76d26e5001 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 12:55:17 +0100 Subject: [PATCH] Fix HTML on no host found --- modules/monitoring/application/views/scripts/list/hosts.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index e08a96fd8..0f1e525bd 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -18,7 +18,7 @@ $helper = $this->getHelper('MonitoringState'); count() === 0) { - echo '

No host found

'; + echo 'No host found'; return; } ?>