security update core+modules
This commit is contained in:
@@ -814,7 +814,7 @@ If you would like to have the characters \'[\' and \']\' please use the html ent
|
||||
if (!empty($options[$type])) {
|
||||
$items = array();
|
||||
foreach ($options[$type] as $key => $value) {
|
||||
$items[] = $key . ' == ' . $value;
|
||||
$items[] = $key . ' == ' . check_plain($value);
|
||||
}
|
||||
$output .= theme('item_list',
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user