mirror of
https://github.com/getgrav/grav.git
synced 2026-07-08 16:41:27 +02:00
Revert "forgot to change this one back"
This reverts commit 4f4974aae4.
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 blockTwigTag($Line)
|
||||
protected function identifyTwigTag($Line)
|
||||
{
|
||||
if (preg_match('/[{%|{{|{#].*[#}|}}|%}]/', $Line['body'], $matches)) {
|
||||
$Block = array(
|
||||
|
||||
Reference in New Issue
Block a user