diff --git a/ext/user/main.php b/ext/user/main.php
index b8750502..7ea8853b 100644
--- a/ext/user/main.php
+++ b/ext/user/main.php
@@ -231,8 +231,8 @@ class UserPage extends Extension {
($user->id == $event->display_user->id)
) {
$event->add_stats(
- "No avatar? This gallery uses Gravatar for avatar "+
- "hosting, use the same email address here and there to have your avatar synced",
+ "No avatar? This gallery uses Gravatar for avatar hosting, use the".
+ "
same email address here and there to have your avatar synced
",
0
);
}