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; } ?>