diff --git a/modules/monitoring/application/views/scripts/show/components/customvars.phtml b/modules/monitoring/application/views/scripts/show/components/customvars.phtml index d89260e95..aa2e479e4 100644 --- a/modules/monitoring/application/views/scripts/show/components/customvars.phtml +++ b/modules/monitoring/application/views/scripts/show/components/customvars.phtml @@ -1,8 +1,11 @@ customvars as $name => $value) { + printf( - "%s%s\n", + '%s%s' . "\n", $this->escape($name), - $this->escape($value) + $this->customvar($value) ); } +