mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2755 - Security hardening
This commit is contained in:
@@ -366,7 +366,7 @@ try
|
||||
$sDefaultChoice = $aInitFieldMapping[$index];
|
||||
}
|
||||
$oPage->add('<tr>');
|
||||
$oPage->add("<th>$sField</th>");
|
||||
$oPage->add('<th>'.utils::HtmlEntities($sField).'</th>');
|
||||
$oPage->add('<td>'.GetMappingForField($sClassName, $sField, $index, $bAdvanced, $sDefaultChoice).'</td>');
|
||||
$oPage->add('<td> </td>');
|
||||
$oPage->add('<td><input id="search_'.$index.'" type="checkbox" name="search_field['.$index.']" value="1" /></td>');
|
||||
|
||||
Reference in New Issue
Block a user