monitoring/CSS: Rename pre.pluginoutput to pre.plugin-output

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:41:51 +02:00
parent e71da8b646
commit 2d4ea43a87
1 changed files with 1 additions and 1 deletions

View File

@ -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;