svghmi/hmi_tree.ysl2
branchsvghmi
changeset 2939 4296ab974d4d
parent 2911 211d6a185e31
child 2940 034b6ce4f885
--- a/svghmi/hmi_tree.ysl2	Sat Apr 18 13:14:45 2020 +0200
+++ b/svghmi/hmi_tree.ysl2	Sat Apr 18 14:06:41 2020 +0200
@@ -126,7 +126,7 @@
     result "$class_a and $class_b and $class_a = $class_b";
 }
 
-reflect:hmi_tree;
+debug:hmi_tree;
 
 // Debug data
 template "*", mode="testtree"{
@@ -138,7 +138,7 @@
         with "indent" value "concat($indent,'>')"
     };
 }
-template "reflect:hmi-tree", mode="debug" {
+template "debug:hmi-tree", mode="debug" {
     | Raw HMI tree
     apply "$hmitree", mode="testtree";
     |