diff --git a/classes/Kohana/Kostache.php b/classes/Kohana/Kostache.php index bacb1b0..6f53a9b 100644 --- a/classes/Kohana/Kostache.php +++ b/classes/Kohana/Kostache.php @@ -21,7 +21,7 @@ class Kohana_Kostache { 'loader' => new Mustache_Loader_Kohana(), 'partials_loader' => new Mustache_Loader_Kohana('templates/partials'), 'escape' => function($value) { - return html::chars($value); + return HTML::chars($value); }, 'cache' => APPPATH.'cache/mustache', )