urlencode image filenames used in img(). This is not needed, but better for XHTML compatibility.

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8670 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2008-06-23 14:07:24 +00:00
parent f47de03954
commit f8890cbb81

View file

@ -1603,6 +1603,7 @@ class user extends session
$localised_images = true;
}
$row['image_filename'] = rawurlencode($row['image_filename']);
$this->img_array[$row['image_name']] = $row;
}
$db->sql_freeresult($result);