From 19cde16194a5102589d49b76ea2b2273cd4bc68a Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 17 Nov 2015 14:00:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=BA=A1?= =?UTF-8?q?=EC=B1=A0=20=EC=BD=94=EB=93=9C=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcaptcha/kcaptcha.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index 8449d1dc7..fa8d2c8ec 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -242,9 +242,10 @@ function captcha_html($class="captcha") $html .= "\n".''; $html .= "\n".'
'; $html .= "\n".''; + if (is_mobile()) $html .= ''; //$html .= "\n".''; $html .= "\n".''; - $html .= "\n".''; + if (!is_mobile()) $html .= "\n".''; $html .= "\n".''; $html .= ''; $html .= "\n".'자동등록방지 숫자를 순서대로 입력하세요.';