diff -r 4296ab974d4d -r 034b6ce4f885 svghmi/hmi_tree.ysl2 --- a/svghmi/hmi_tree.ysl2 Sat Apr 18 14:06:41 2020 +0200 +++ b/svghmi/hmi_tree.ysl2 Sun Apr 19 10:48:34 2020 +0200 @@ -126,8 +126,6 @@ result "$class_a and $class_b and $class_a = $class_b"; } -debug:hmi_tree; - // Debug data template "*", mode="testtree"{ param "indent", "''"; @@ -138,7 +136,7 @@ with "indent" value "concat($indent,'>')" }; } -template "debug:hmi-tree", mode="debug" { +emit "debug:hmi-tree" { | Raw HMI tree apply "$hmitree", mode="testtree"; |