diff --git a/phpBB/profile.php b/phpBB/profile.php index 60867ea298..833fa08b3c 100644 --- a/phpBB/profile.php +++ b/phpBB/profile.php @@ -259,8 +259,8 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) ) { $email_uri = ( $board_config['board_email_form'] ) ? append_sid("profile.$phpEx?mode=email&" . POST_USERS_URL ."=" . $profiledata['user_id']) : "mailto:" . $profiledata['user_email']; - $email = '' . $lang['Send_email'] . ''; - $email_img = '' . $lang['Send_email'] . ''; + $email = '' . $lang['Send_email'] . ''; + $email_img = '' . $lang['Send_email'] . ''; } else {