fix syntax
This commit is contained in:
parent
62ecbd5109
commit
fc20df49b2
@ -34,7 +34,7 @@ class PrismShortcode extends Shortcode
|
||||
$cl_output = $sc->getParameter('cl-output');
|
||||
$cl_filter_output = $sc->getParameter('cl-filter-output');
|
||||
$cl_continuation = $sc->getParameter('cl-continuation');
|
||||
echo $cl_continuation
|
||||
echo $cl_continuation;
|
||||
|
||||
return $this->twig->processTemplate('shortcodes/prism-highlight.html.twig', [
|
||||
'content' => trim($content),
|
||||
|
Loading…
Reference in New Issue
Block a user