diff --git a/plugins/shortcode-custom/CustomPrismjs.php b/plugins/shortcode-custom/CustomPrismjs.php index c43b68a..0dc562c 100644 --- a/plugins/shortcode-custom/CustomPrismjs.php +++ b/plugins/shortcode-custom/CustomPrismjs.php @@ -7,7 +7,7 @@ class CustomPrismjs extends Shortcode { public function init() { - $this->shortcode->getRawHandlers()->add('rootsh', function(ShortcodeInterface $sc) { + $this->shortcode->getHandlers()->add('rootsh', function(ShortcodeInterface $sc) { return '
'.$sc->getContent().'
'; }); }