finally got that zero...

This commit is contained in:
Shish 2013-09-09 13:46:47 +01:00
parent 1b73dd4ddc
commit 4584bf603a

View File

@ -231,8 +231,8 @@ class UserPage extends Extension {
($user->id == $event->display_user->id) ($user->id == $event->display_user->id)
) { ) {
$event->add_stats( $event->add_stats(
"No avatar? This gallery uses <a href='http://gravatar.com'>Gravatar</a> for avatar "+ "No avatar? This gallery uses <a href='http://gravatar.com'>Gravatar</a> for avatar hosting, use the".
"hosting, use the same email address here and there to have your avatar synced", "<br>same email address here and there to have your avatar synced<br>",
0 0
); );
} }