diff --git a/phpBB/profile.php b/phpBB/profile.php
index 8bd216ada8..d715d7d9b3 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -354,7 +354,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$www_img = ($profiledata['user_website']) ? "
" : " ";
- $pm_img = "
";
+ $pm_img = "
";
$template->assign_vars(array(
"USERNAME" => $profiledata['username'],