diff --git a/core/print_api.php b/core/print_api.php index b83b35177b..4137ab557c 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -795,7 +795,7 @@ function print_enum_string_option_list( $p_enum_name, $p_val = 0 ) { echo ''; + echo '>' . string_html_specialchars( $t_elem2 ) . ''; } } @@ -856,7 +856,7 @@ function print_status_option_list( $p_select_label, $p_current_value = 0, $p_all foreach( $t_enum_list as $key => $val ) { echo ''; + echo '>' . string_html_specialchars( $val ) . ''; } echo ''; } else if ( count( $t_enum_list ) == 1 ) { @@ -886,7 +886,7 @@ function print_project_access_levels_option_list( $p_val, $p_project_id = null ) $t_access_level = get_enum_element( 'access_levels', $t_enum_value ); echo ''; + echo '>' . string_html_specialchars( $t_access_level ) . ''; } }