diff --git a/mustache.js b/mustache.js index aee287648..a1a576fca 100644 --- a/mustache.js +++ b/mustache.js @@ -632,7 +632,7 @@ if (tagIndex == 0 && indentation) { indentedValue = this.indentPartial(value, indentation); } - return this.renderTokens(this.parse(indentedValue, tags), context, partials, value); + return this.renderTokens(this.parse(indentedValue, tags), context, partials, indentedValue); } };