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

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