Fix identation with section segments

This commit is contained in:
Adam Gent
2023-11-27 13:27:58 -05:00
parent 57f182c157
commit 388406eab5
4 changed files with 181 additions and 37 deletions
@@ -176,7 +176,7 @@ public class Template {
if (indent.equals("")) {
return this;
}
Segment[] copySegs = Mustache.indentSegs(_segs, indent);
Segment[] copySegs = Mustache.indentSegs(_segs, indent, false,false);
if (copySegs == _segs) {
return this;
}