beremiz

Parents 75cb73b4a606
Children 62753288be74
SVGHMI: Fixed wierd CDATA mess in output xhtml, because of backticks copy pasted in some yml ||text block||
--- a/svghmi/widget_display.ysl2 Thu Mar 25 10:48:24 2021 +0100
+++ b/svghmi/widget_display.ysl2 Fri Mar 26 14:46:38 2021 +0100
@@ -81,7 +81,7 @@
}
function sprintf(key) {
- // `arguments` is not an array, but should be fine for this call
+ // arguments is not an array, but should be fine for this call
return sprintf_format(sprintf_parse(key), arguments)
}