From a481ec66b95cdd8776703805d552c439f65cdbbb Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 6 Nov 2007 04:35:14 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=BD=98=EC=9D=98=20=EA=B0=80=EB=A1=9C=20=EA=B8=B8?= =?UTF-8?q?=EC=9D=B4=20+2=20=ED=95=98=EB=8D=98=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=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/sandbox@2936 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/point/point.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/point/point.controller.php b/modules/point/point.controller.php index 7e4bc710e..27833b1f1 100644 --- a/modules/point/point.controller.php +++ b/modules/point/point.controller.php @@ -359,7 +359,7 @@ $title = sprintf("%s:%s%s %s, %s:%s/%s", Context::getLang('point'), $point, $this->config->point_name, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level); - $text = sprintf('%s%s', $member_srl, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $title, $title, $text); + $text = sprintf('%s%s', $member_srl, Context::getRequestUri().$src, $this->icon_width, $this->icon_height, $title, $title, $text); $this->member_code[$member_srl] = $text;