diff --git a/Mustache.php b/Mustache.php index 3479ab0..dbac8f0 100644 --- a/Mustache.php +++ b/Mustache.php @@ -14,8 +14,8 @@ */ class Mustache { - protected $otag = '{{'; - protected $ctag = '}}'; + public $otag = '{{'; + public $ctag = '}}'; protected $tagRegEx; protected $template;