fix merge conflict.
This commit is contained in:
@@ -308,13 +308,6 @@ class Mustache {
|
|||||||
$type = $matches['type'][0];
|
$type = $matches['type'][0];
|
||||||
$tag_name = trim($matches['tag_name'][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);
|
$search_offset = $offset + strlen($match);
|
||||||
|
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user