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