From 23803d3eb688de353db9faa5dab4cccf673a7f41 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 3 Aug 2007 05:59:59 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20title/alt=EC=97=90=20=ED=83=9C=EA=B7=B8=EB=A5=BC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2152 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/member/member.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/member/member.controller.php b/modules/member/member.controller.php index c5e19b66e..109d53687 100644 --- a/modules/member/member.controller.php +++ b/modules/member/member.controller.php @@ -1167,7 +1167,7 @@ if($image_name->width) { if($image_mark->height && $image_mark->height > $image_name->height) $top_margin = ($image_mark->height - $image_name->height)/2; else $top_margin = 0; - $text = sprintf('id: %s', Context::getRequestUri().$image_name->file, htmlspecialchars($matches[5]), htmlspecialchars($matches[5]), $image_name->width, $image_name->height, $top_margin); + $text = sprintf('id: %s', Context::getRequestUri().$image_name->file, htmlspecialchars(strip_tags($matches[5])), htmlspecialchars(strip_tags($matches[5])), $image_name->width, $image_name->height, $top_margin); } if($image_mark->width) {