diff --git a/src/Mustache/Compiler.php b/src/Mustache/Compiler.php index d003609..d3d6940 100644 --- a/src/Mustache/Compiler.php +++ b/src/Mustache/Compiler.php @@ -262,7 +262,7 @@ class Mustache_Compiler const PARTIAL = ' if ($partial = $this->mustache->loadPartial(%s)) { - $buffer .= $partial->renderInternal($context, %s); + $buffer .= $partial->renderInternal($context, $indent . %s); } ';