From f56ffd3426671aeb28ba4fb682ef019e1769f264 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 19 Jan 2015 14:18:46 +0100 Subject: [PATCH] monitoring: Do not strip_tags when viewing service output in the service list refs #8248 --- .../monitoring/application/views/scripts/list/services.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 8ef6f7fe8..26249b710 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -112,7 +112,7 @@ foreach ($services as $service): (host_state, true)); ?>)
-

escape(substr(strip_tags($service->service_output), 0, 10000)); ?>

+

escape(substr($service->service_output, 0, 10000)); ?>

extraColumns as $col): ?> escape($service->$col) ?>