From 9041b88501fc87103aec045ac059a0451946f3d6 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 14 Aug 2003 23:50:35 +0000 Subject: [PATCH] Minor oopsie, forgot border="0" in image url ... probably make this defineable git-svn-id: file:///svn/phpbb/trunk@4406 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'