SVGHMI: Fixed wierd CDATA mess in output xhtml, because of backticks copy pasted in some yml ||text block|| svghmi
authorEdouard Tisserant
Fri, 26 Mar 2021 14:46:38 +0100
branchsvghmi
changeset 3204 856f4698a0a8
parent 3200 75cb73b4a606
child 3205 62753288be74
SVGHMI: Fixed wierd CDATA mess in output xhtml, because of backticks copy pasted in some yml ||text block||
svghmi/widget_display.ysl2
--- 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)
     }