Never indent block arg sections.

Fixes #253
This commit is contained in:
Justin Hileman
2015-03-03 10:05:27 -08:00
parent 067fd6c33e
commit 7cb9fdff6a
+1 -1
View File
@@ -263,7 +263,7 @@ class Mustache_Compiler
const BLOCK_ARG = '
// %s block_arg
$value = $this->section%s($context, $indent, true);
$value = $this->section%s($context, \'\', true);
$newContext[%s] = %s$value;
';