src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 02:56:08 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 02:56:08 +0000 (10:56 +0800)
src/JsRender/NodeToJs.vala

index 26794e3..7a3ebd4 100644 (file)
@@ -476,7 +476,7 @@ public class JsRender.NodeToJs : Object {
                                 
 
                                this.out_props.set("html", "Pman.Cms.content(" + 
-                                       this.node.quoteString(this.node.get("cms-id")) +
+                                       this.node.quoteString(this.jsrender.name + "::" + this.node.get("cms-id")) +
                                         ", " +
                                        this.node.quoteString(v) +
                                         ")");