Line 4197 in /var/www/html/vendor/silverstripe/template-engine/src/SSTemplateParser.php
4188 if( $_670 === TRUE ) { return $this->finalise($result); } 4189 if( $_670 === FALSE) { return FALSE; } 4190 } 4191 4192 4193 4194 function MalformedOpenTag__finalise(&$res) 4195 { 4196 $tag = $res['Tag']['text']; 4197 throw new SSTemplateParseException("Malformed opening block tag $tag. Perhaps you have tried to use operators?", $this); 4198 } 4199 4200 /* MalformedCloseTag: '<%' < Tag:('end_' :Word ) !( > '%>' ) */ 4201 protected $match_MalformedCloseTag_typestack = array('MalformedCloseTag'); 4202 function match_MalformedCloseTag ($stack = array()) { 4203 $matchrule = "MalformedCloseTag"; $result = $this->construct($matchrule, $matchrule, null);