Fix HTML on no host found

This commit is contained in:
Thomas Gelf 2014-03-08 12:55:17 +01:00
parent 6d6d1d7a33
commit 3f6e5e65d1

View File

@ -18,7 +18,7 @@ $helper = $this->getHelper('MonitoringState');
<?php <?php
if ($hosts->count() === 0) { if ($hosts->count() === 0) {
echo '<p>No host found</p>'; echo 'No host found</div>';
return; return;
} }
?> ?>