From 9d2fe736570cfd6b2d07dd060dae4e71f082ac6b Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 29 Jan 2013 11:21:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9E=90:=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=EC=8A=A4=ED=82=A8=20=EB=8C=93=EA=B8=80?= =?UTF-8?q?=EC=93=B0=EA=B8=B0=20=EB=B9=84=ED=9A=8C=EC=9B=90=20=EA=B8=80?= =?UTF-8?q?=EC=93=B0=EA=B8=B0=20=EC=8A=A4=ED=83=80=EC=9D=BC,=20=EC=BA=A1?= =?UTF-8?q?=EC=B1=A0=20=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/gcaptcha/gcaptcha.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index ee2e1d832..2f906328e 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -180,7 +180,7 @@ function captcha_html($class="captcha") $html .= '스팸방지'; $html .= '스팸방지 숫자'; $html .= '숫자를 음성으로 듣기'; - $html .= ''; + $html .= ''; $html .= '

스팸방지 숫자를 순서대로 입력하세요.

'; $html .= ''; return $html;