mirror of
https://github.com/getgrav/grav.git
synced 2026-05-30 10:14:27 +02:00
forgot to change this one back
This commit is contained in:
@@ -17,7 +17,7 @@ trait MarkdownGravLinkTrait
|
||||
/**
|
||||
* Ensure Twig tags are treated as block level items with no <p></p> tags
|
||||
*/
|
||||
protected function identifyTwigTag($Line)
|
||||
protected function blockTwigTag($Line)
|
||||
{
|
||||
if (preg_match('/[{%|{{|{#].*[#}|}}|%}]/', $Line['body'], $matches)) {
|
||||
$Block = array(
|
||||
|
||||
Reference in New Issue
Block a user