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