diff --git a/phpBB/profile.php b/phpBB/profile.php
index 3041a67112..8b647dbca8 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -345,7 +345,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$aim_img = ($profiledata['user_aim']) ? "
" : " ";
- $msnm_img = ($profiledata['user_msnm']) ? "
" : " ";
+ $msnm_img = ($profiledata['user_msnm']) ? "
" . $profiledata['user_msnm'] : " ";
$yim_img = ( $profiledata['user_yim'] ) ? "
" : " ";