diff --git a/include/comment.php b/include/comment.php
index 45a7020..046ce82 100644
--- a/include/comment.php
+++ b/include/comment.php
@@ -454,7 +454,8 @@ function forum_lookup_user($iUserId)
{
$oUser = new User($iUserId);
if($_SESSION['current']->isLoggedIn())
- $sMailto = '' . $oUser->sRealname . '';
+ $sMailto = '' .$oUser->sRealname . '';
else
$sMailto = $oUser->sRealname;
}