svghmi/parse_labels.ysl2
branchsvghmi
changeset 3230 95f07764991f
parent 3229 c5be4fd425e7
child 3236 e4e27c4efb96
--- a/svghmi/parse_labels.ysl2	Tue Apr 13 21:04:46 2021 +0200
+++ b/svghmi/parse_labels.ysl2	Wed Apr 14 09:21:18 2021 +0200
@@ -84,7 +84,7 @@
 
 template "path", mode="genlabel" {
     > @«@value»
-    if "string-length(@min)>0 or string-length(@max)>0"  > :«@min»:«@max»
+    if "string-length(@min)>0 or string-length(@max)>0"  > ,«@min»,«@max»
 }
 
 template "widget", mode="genlabel" {