Pārlūkot izejas kodu

fix merge conflict.

Justin Hileman 14 gadi atpakaļ
vecāks
revīzija
28b5a457ce
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. 0 7
      Mustache.php

+ 0 - 7
Mustache.php

@@ -307,13 +307,6 @@ class Mustache {
 			$offset   = $matches[0][1];
 			$type     = $matches['type'][0];
 			$tag_name = trim($matches['tag_name'][0]);
-			
-			if (isset($matches['delims'][0])) {
-				list($otag, $ctag) = explode(' ', $matches['delims'][0]);
-				$regEx = $this->_prepareSectionRegEx($otag, $ctag);
-				$search_offset = $offset + strlen($match);
-				continue;
-			}
 
 			$search_offset = $offset + strlen($match);