Commit f8e8e50
committed
fix: 🐛 Escape '>' character in JavaScript data insertion
* Updated the data insertion logic to properly escape the '>' character in addition to '<'.
* This change prevents potential issues with JavaScript code execution when HTML tags are included in the data.1 parent 2c4b6fe commit f8e8e50
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1325 | 1325 | | |
1326 | 1326 | | |
1327 | 1327 | | |
1328 | | - | |
| 1328 | + | |
1329 | 1329 | | |
1330 | 1330 | | |
1331 | 1331 | | |
| |||
0 commit comments