Mustache::$_otag and Mustache::$_ctag no longer need to be public with _setOptions added
This commit is contained in:
+2
-2
@@ -88,8 +88,8 @@ class Mustache {
|
||||
const SECTION_TYPES = '\^#\/';
|
||||
const TAG_TYPES = '#\^\/=!<>\\{&';
|
||||
|
||||
public $_otag = '{{';
|
||||
public $_ctag = '}}';
|
||||
protected $_otag = '{{';
|
||||
protected $_ctag = '}}';
|
||||
|
||||
protected $_tagRegEx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user