# HG changeset patch # User Edouard Tisserant # Date 1616766398 -3600 # Node ID 856f4698a0a866b625dcf770747c84e642bcbf99 # Parent 75cb73b4a606b9b5abc2eb410b00b809ad155d11 SVGHMI: Fixed wierd CDATA mess in output xhtml, because of backticks copy pasted in some yml ||text block|| diff -r 75cb73b4a606 -r 856f4698a0a8 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) }