edit profile rendering (missing segments list) + fallback for Url::redirectBack()
This commit is contained in:
@ -35,7 +35,7 @@ class Checkbox extends Base {
|
||||
|
||||
$html .= $field_validation;
|
||||
|
||||
$html .= ' /> '.$option['value'];
|
||||
$html .= ' /> '.esc_attr($option['value']);
|
||||
|
||||
$html .= '</label>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user