aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
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;