diff --git a/phpBB/adm/admin_styles.php b/phpBB/adm/admin_styles.php index 2580c5d5ba..8fb0cf8d5e 100644 --- a/phpBB/adm/admin_styles.php +++ b/phpBB/adm/admin_styles.php @@ -1256,7 +1256,7 @@ function csspreview() $imgheight = " height=\"$imgheight\""; } - $imgpath = '"styles/' . $imageset_path . '/imageset/' . preg_replace('#^(.*?)/(.*?)$#', '{LANG}/\2', $imgpath) . '"' . $imgwidth . $imgheight; + $imgpath = '"styles/' . $imageset_path . '/imageset/' . preg_replace('#^(.*?)/(.*?)$#', '{LANG}/\2', $imgpath) . '" border="0"' . $imgwidth . $imgheight; $sql = 'UPDATE ' . STYLES_IMAGE_TABLE . " SET $imgname = '$imgpath'