beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: fixed typo
svghmi
2021-04-14, Edouard Tisserant
95f07764991f
Parents
c5be4fd425e7
Children
5243c2a2f7f8
SVGHMI: fixed typo
1 files changed, 1 insertions(+), 1 deletions(-)
+1
-1
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" {