Fix identation with section segments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user