monitoring/CSS: Rename pre.pluginoutput to pre.plugin-output
refs #5543
This commit is contained in:
parent
e71da8b646
commit
2d4ea43a87
|
@ -49,7 +49,7 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract
|
|||
);
|
||||
}
|
||||
if (! $raw) {
|
||||
$output = '<pre class="pluginoutput">' . $output . '</pre>';
|
||||
$output = '<pre class="plugin-output">' . $output . '</pre>';
|
||||
}
|
||||
$output = $this->fixLinks($output);
|
||||
return $output;
|
||||
|
|
Loading…
Reference in New Issue