diff --git a/account_prof_menu_page.php b/account_prof_menu_page.php index 8f968b22b0..05ee89808a 100644 --- a/account_prof_menu_page.php +++ b/account_prof_menu_page.php @@ -138,13 +138,17 @@ +
- -
+
diff --git a/core/print_api.php b/core/print_api.php index 1da26c47fe..034a270fac 100644 --- a/core/print_api.php +++ b/core/print_api.php @@ -669,7 +669,7 @@ function print_profile_option_list_for_project( $p_project_id, $p_select_id = '' * @param int $p_select_id ID to mark as selected by default */ function print_profile_option_list_from_profiles( $p_profiles, $p_select_id ) { - echo ''; + echo ''; foreach( $p_profiles as $t_profile ) { extract( $t_profile, EXTR_PREFIX_ALL, 'v' );