diff --git a/modules/monitoring/application/views/helpers/PluginOutput.php b/modules/monitoring/application/views/helpers/PluginOutput.php index dec3ca504..02b457b49 100644 --- a/modules/monitoring/application/views/helpers/PluginOutput.php +++ b/modules/monitoring/application/views/helpers/PluginOutput.php @@ -49,7 +49,7 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract ); } if (! $raw) { - $output = '
' . $output . '
'; + $output = '
' . $output . '
'; } $output = $this->fixLinks($output); return $output;