diff options
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 27c286c598..82aa91429c 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4878,7 +4878,7 @@ function phpbb_get_avatar($row, $alt, $ignore_config = false, $lazy = false)  			$src = 'src="' . $avatar_data['src'] . '"';  		} -		$html = '<img class="avatar" ' . $src . +		$html = '<img class="avatar" ' . $src . ' ' .  			($avatar_data['width'] ? ('width="' . $avatar_data['width'] . '" ') : '') .  			($avatar_data['height'] ? ('height="' . $avatar_data['height'] . '" ') : '') .  			'alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />';  | 
