From 47433e4b4209c0f73e1a4abea9ce67a945ca3e53 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 5 Oct 2015 17:51:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EA=B8=B0=EA=B8=B0?= =?UTF-8?q?=EC=97=90=EC=84=9C=EC=9D=98=20=EC=BA=A1=EC=B1=A0=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC=EB=A5=BC=20=EC=9C=84=ED=95=B4=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20class=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/kcaptcha/kcaptcha.lib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/kcaptcha/kcaptcha.lib.php b/plugin/kcaptcha/kcaptcha.lib.php index 511d0352d..fddea6294 100644 --- a/plugin/kcaptcha/kcaptcha.lib.php +++ b/plugin/kcaptcha/kcaptcha.lib.php @@ -235,6 +235,9 @@ class KCAPTCHA{ // 캡챠 HTML 코드 출력 function captcha_html($class="captcha") { + if(is_mobile()) + $class .= ' m_captcha'; + $html .= "\n".''; //$html .= "\n".''; $html .= "\n".'';