# HG changeset patch
# User Edouard Tisserant <edouard.tisserant@gmail.com>
# Date 1618384878 -7200
# Node ID 95f07764991ff48e11440f81bffd9ba52d5d6c31
# Parent  c5be4fd425e710c9a49994d3e3963e332cf56be7
SVGHMI: fixed typo

diff -r c5be4fd425e7 -r 95f07764991f svghmi/parse_labels.ysl2
--- 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" {