N°4495 Security hardening

This commit is contained in:
Stephen Abello
2021-12-07 09:56:20 +01:00
parent 910bbe1160
commit 5e61388b65

View File

@@ -225,7 +225,7 @@ $(function()
for (var i in aSortedValues)
{
var sValCode = aSortedValues[i][0];
var sValLabel = aSortedValues[i][1];
var sValLabel = $('<div/>').html(aSortedValues[i][1]).text();
var oValueElem = this._makeListItemElement(sValLabel, sValCode);
oValueElem.appendTo(oDynamicListElem);