Skip to content

Commit

Permalink
monitoring/CSS: Rename pre.pluginoutput to pre.plugin-output
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent e71da8b commit 2d4ea43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public function pluginOutput($output, $raw = false)
);
}
if (! $raw) {
$output = '<pre class="pluginoutput">' . $output . '</pre>';
$output = '<pre class="plugin-output">' . $output . '</pre>';
}
$output = $this->fixLinks($output);
return $output;
Expand Down

0 comments on commit 2d4ea43

Please sign in to comment.