diff --git a/modules/monitoring/application/views/helpers/PluginOutput.php b/modules/monitoring/application/views/helpers/PluginOutput.php index d494a7810..8f96ac67b 100644 --- a/modules/monitoring/application/views/helpers/PluginOutput.php +++ b/modules/monitoring/application/views/helpers/PluginOutput.php @@ -27,13 +27,13 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract '@@@@@@', ); - public function pluginOutput($output) + public function pluginOutput($output, $raw = false) { if (empty($output)) { return ''; } $output = preg_replace('~]+>~', "\n", $output); - if (preg_match('~<\w+[^>^\\\]{,60}>~', $output)) { + if (preg_match('~<\w+[^>^\\\]{0,60}>~', $output)) { // HTML $output = preg_replace('~getPurifier()->purify($output)