Skip to content

Commit e84e7cb

Browse files
authored
Merge pull request #28 from paule32/alert-autofix-45
Potential fix for code scanning alert no. 45: DOM text reinterpreted as HTML
2 parents 7560b4f + 486efb4 commit e84e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__pycache__/_internal/bootstrap/js/easyui/plugins/jquery.tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ for(var i=0;i<_6d.length;i++){
512512
var p=_6d[i];
513513
tmp.html(p.panel("options").title);
514514
var _6e=tmp.text();
515-
tmp.html(_6b);
515+
tmp.text(_6b);
516516
_6b=tmp.text();
517517
if(_6e==_6b){
518518
tab=p;

0 commit comments

Comments
 (0)