diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index b0cdd26eef..4fd0ff126d 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -1169,7 +1169,7 @@ function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $
}
$avatar_img .= $avatar;
- return '
';
+ return '
';
}
?>
\ No newline at end of file