Changed otag and ctag to public. Someone might possibly want to change these at the outset without passing junk in at the top of the template.
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
|||||||
*/
|
*/
|
||||||
class Mustache {
|
class Mustache {
|
||||||
|
|
||||||
protected $otag = '{{';
|
public $otag = '{{';
|
||||||
protected $ctag = '}}';
|
public $ctag = '}}';
|
||||||
protected $tagRegEx;
|
protected $tagRegEx;
|
||||||
|
|
||||||
protected $template;
|
protected $template;
|
||||||
|
|||||||
Reference in New Issue
Block a user