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…
Reference in New Issue