diff --git a/modules/monitoring/application/views/helpers/PluginOutput.php b/modules/monitoring/application/views/helpers/PluginOutput.php index 2e0b0b64b..55c1a7147 100644 --- a/modules/monitoring/application/views/helpers/PluginOutput.php +++ b/modules/monitoring/application/views/helpers/PluginOutput.php @@ -16,7 +16,6 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract * @var array */ protected static $txtPatterns = array( - '~\\\n\\\n~', '~\\\t~', '~\\\n~', '~(\[|\()OK(\]|\))~', @@ -34,7 +33,6 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract * @var array */ protected static $txtReplacements = array( - "\n", "\t", "\n", '$1OK$2', @@ -52,7 +50,6 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract * @var array */ protected static $htmlPatterns = array( - '~\\\n\\\n~', '~\\\t~', '~\\\n~', '~