diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index a06520407..00b501fbd 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -98,7 +98,7 @@ foreach ($services as $service):
= $service->service_display_name ?> on = $service->host_name; ?>
host_state != 0): ?>
-(= ucfirst($helper->monitoringState($service, 'host')); ?>)
+ (= ucfirst($helper->monitoringState($service, 'host')); ?>)
= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?>