Skip to content

Commit

Permalink
monitoring: Use blockquote for plugin output
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 4, 2015
1 parent 9bb2961 commit 62f5804
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="plugin-output">' . $output . '</pre>';
$output = '<blockquote>' . $output . '</blockquote>';
}
$output = $this->fixLinks($output);
return $output;
Expand Down

0 comments on commit 62f5804

Please sign in to comment.