From 4584bf603ae0e6a7651df1e8e2a062b0b75bf059 Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Mon, 9 Sep 2013 13:46:47 +0100
Subject: [PATCH] finally got that zero...

---
 ext/user/main.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 <a href='http://gravatar.com'>Gravatar</a> for avatar "+
-				"hosting, use the same email address here and there to have your avatar synced",
+				"No avatar? This gallery uses <a href='http://gravatar.com'>Gravatar</a> for avatar hosting, use the".
+				"<br>same email address here and there to have your avatar synced<br>",
 				0
 			);
 		}