From f0d7d05888222699f2cadb04c9b0cb3123aed2d9 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 21 Apr 2005 19:27:03 +0000 Subject: [PATCH] forgot to commit this for the img change git-svn-id: file:///svn/phpbb/trunk@5129 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 5df5c227f5..0de5cddcb4 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -834,7 +834,7 @@ class user extends session $imgs[$img . $suffix]['src'] = $phpbb_root_path . 'styles/' . $this->theme['primary']['imageset_path'] . '/imageset/' . str_replace('{LANG}', $this->img_lang, $imgsrc); $imgs[$img . $suffix]['width'] = $width; - $imgs[$img . $suffix]['height'] = ($height) ? ' height="' . $height . '"' : ''; + $imgs[$img . $suffix]['height'] = $height; } $alt = (!empty($this->lang[$alt])) ? $this->lang[$alt] : $alt;