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