diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-08-28 12:44:58 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-08-28 12:44:58 +0000 |
commit | 68dfc03841facd5c66fd023981e924989b376bb1 (patch) | |
tree | febe873a32541a4b386faf7d95dc7589cba4cc36 | |
parent | 50563a8b95c188d712efa286b71a12668babdc2c (diff) | |
download | forums-68dfc03841facd5c66fd023981e924989b376bb1.tar forums-68dfc03841facd5c66fd023981e924989b376bb1.tar.gz forums-68dfc03841facd5c66fd023981e924989b376bb1.tar.bz2 forums-68dfc03841facd5c66fd023981e924989b376bb1.tar.xz forums-68dfc03841facd5c66fd023981e924989b376bb1.zip |
erm
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8791 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/functions_display.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index c1420a642e..a96fab1caf 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -1183,7 +1183,7 @@ function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $ } $avatar_img .= $avatar; - return '<img src="' . (str_replace(' ', '%20', $avatar_img) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />'; + return '<img src="' . (str_replace(' ', '%20', $avatar_img)) . '" width="' . $avatar_width . '" height="' . $avatar_height . '" alt="' . ((!empty($user->lang[$alt])) ? $user->lang[$alt] : $alt) . '" />'; } ?>
\ No newline at end of file |