Преглед на файлове

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.

Justin Hileman преди 15 години
родител
ревизия
151e43540a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Mustache.php

+ 2 - 2
Mustache.php

@@ -14,8 +14,8 @@
  */
 class Mustache {
 
-	protected $otag = '{{';
-	protected $ctag = '}}';
+	public $otag = '{{';
+	public $ctag = '}}';
 	protected $tagRegEx;
 
 	protected $template;