Merge pull request #62 from chrisbarr/master
Incorrect variable name fix
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ Along with the associated Mustache class:
|
||||
Render it like so:
|
||||
|
||||
<?php
|
||||
$c = new Chris;
|
||||
$chris = new Chris;
|
||||
echo $chris->render($template);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user