forgot to change this one back

This commit is contained in:
Andy Miller
2015-01-11 15:57:55 -07:00
parent 977b7d2936
commit 4f4974aae4

View File

@@ -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(