File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Instance wide settings are placed in proper global (#444 )
18
18
- Added support to switch branch in basic mode from menu (#451 )
19
19
- Avoid delay/errors in loading interop JS when there is a URL prefix (e.g., instance name in multi-instance webserver configuration)
20
+ - Added proper JS escaping in sync output
20
21
21
22
## [ 2.4.1] - 2024-08-02
22
23
Original file line number Diff line number Diff line change 146
146
147
147
&js<
148
148
var outputContainer = document.getElementById('outputBox');
149
- var lineText = "#(escapedLine)#";
149
+ var lineText = "#(..QuoteJS( escapedLine) )#";
150
150
var lineTextNode = document.createTextNode(lineText);
151
151
outputContainer.innerHTML += lineText + "<br>";
152
152
>
You can’t perform that action at this time.
0 commit comments