From aa1c155123da770d8fbcdb226e5acc3957e67a62 Mon Sep 17 00:00:00 2001 From: iz4blue Date: Sat, 11 Jul 2015 20:22:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20width=20=EA=B3=84?= =?UTF-8?q?=EC=82=B0=20=EC=9D=B4=ED=9B=84=20=EB=B9=A0=EC=A7=84=20attribute?= =?UTF-8?q?s=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index c7f842586..9ffc825b1 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1309,7 +1309,7 @@ function view_file_link($file, $width, $height, $content='') if (preg_match("/\.({$config['cf_image_extension']})$/i", $file)) { $img = ''; - $img .= ''.$content.''; + $img .= ''.$content.''; $img .= ''; return $img;