From c6a2e743f53438089a49511cd168ea78373a85dd Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 8 May 2013 17:24:59 +0900 Subject: [PATCH] =?UTF-8?q?od=5Fsettle=5Fcase=20=EB=94=B0=EC=98=B4?= =?UTF-8?q?=ED=91=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 50ae254d9..bae21ff8f 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -312,28 +312,28 @@ $tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정 // 가상계좌 사용 if ($default['de_vbank_use']) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; } // 계좌이체 사용 if ($default['de_iche_use']) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; } // 휴대폰 사용 if ($default['de_hp_use']) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; } // 신용카드 사용 if ($default['de_card_use']) { $multi_settle++; - echo ' '.PHP_EOL; + echo ' '.PHP_EOL; $checked = ''; }