diff --git a/js/search/search_form_criteria_enum.js b/js/search/search_form_criteria_enum.js index be741ca25c..9a8ecadd4d 100644 --- a/js/search/search_form_criteria_enum.js +++ b/js/search/search_form_criteria_enum.js @@ -916,7 +916,7 @@ $(function() // - Make a jQuery element for a list item _makeListItemElement: function(sLabel, sValue, bInitChecked, bInitHidden) { - var sEscapedLabel = sLabel; // Note: We don't escape this anymore as there is an issue with AttributeExternalKey being already escaped. This will be put back in iTop 2.7 with the AttributeDefinition::GetAllowedValues() refactoring. $('
').text(sLabel).html(); + var sEscapedLabel = $('
').text(sLabel).html(); var oItemElem = $('
') .addClass('sfc_opc_mc_item') .attr('data-value-code', sValue)