We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed34ac commit 1caeea6Copy full SHA for 1caeea6
interface/lib/classes/listform_actions.inc.php
@@ -180,7 +180,7 @@ public function prepareDataRow($rec)
180
$rec['_'.$key.'_'] = (strtolower($rec[$key]) == 'y')?'x16/tick_circle.png':'x16/cross_circle.png';
181
}
182
//* substitute value for select field
183
- $rec[$key] = @$field['value'][$rec[$key]];
+ $rec[$key] = $app->functions->htmlentities(@$field['value'][$rec[$key]]);
184
185
186
0 commit comments