src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 11:21:29 +0000 (19:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Jun 2015 11:21:29 +0000 (19:21 +0800)
src/JsRender/NodeToJs.vala

index 3a41837..c19b905 100644 (file)
@@ -212,7 +212,7 @@ public class JsRender.NodeToJs : Object {
                                
                        }
                        
-                       this.addLine(this.pad + "]");
+                       this.addLine(this.pad + indent_str + "]");
                }
                
                if (this.node.props.has_key("* xinclude")) {