diff --git a/app/Formatter/UserMentionFormatter.php b/app/Formatter/UserMentionFormatter.php
index 9ea768813..62ee69138 100644
--- a/app/Formatter/UserMentionFormatter.php
+++ b/app/Formatter/UserMentionFormatter.php
@@ -48,7 +48,7 @@ class UserMentionFormatter extends BaseFormatter implements FormatterInterface
$html .= ' '.$this->helper->text->e($user['username']);
if (! empty($user['name'])) {
- $html .= ' '.$this->helper->text->e($user['name']).'';
+ $html .= ' '.$this->helper->text->e($user['name']).'';
}
$result[] = array(