mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
9bb2961a77
commit
62f58048e9
@ -49,7 +49,7 @@ class Zend_View_Helper_PluginOutput extends Zend_View_Helper_Abstract
|
||||
);
|
||||
}
|
||||
if (! $raw) {
|
||||
$output = '<pre class="plugin-output">' . $output . '</pre>';
|
||||
$output = '<blockquote>' . $output . '</blockquote>';
|
||||
}
|
||||
$output = $this->fixLinks($output);
|
||||
return $output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user