mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4495 Security hardening
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user