From 6d3137d84717329fad5b1c6b90b2e5fd9afca5ef Mon Sep 17 00:00:00 2001 From: whitedot Date: Tue, 2 Jul 2013 14:53:24 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20charset=20?= =?UTF-8?q?=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/admin.css | 1 + css/default.css | 1 + css/mobile.css | 1 + 3 files changed, 3 insertions(+) diff --git a/css/admin.css b/css/admin.css index 8ea61f2c1..13cdd831e 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1,3 +1,4 @@ +@charset "utf-8"; /* SIR 지운아빠 */ /* 초기화 */ diff --git a/css/default.css b/css/default.css index c84faff04..2390370f3 100644 --- a/css/default.css +++ b/css/default.css @@ -1,3 +1,4 @@ +@charset "utf-8"; /* SIR 지운아빠 */ /* 초기화 */ diff --git a/css/mobile.css b/css/mobile.css index a8c2a5311..ca6a9f4be 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -1,3 +1,4 @@ +@charset "utf-8"; /* SIR 지운아빠 */ /* 초기화 */ From c27ebba519acc609919197c6d2576a065ebaf557 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 2 Jul 2013 16:13:09 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=B5=9C=EC=8B=A0=EC=83=81=ED=92=88=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/index.php b/mobile/shop/index.php index 74a62db7a..68571b695 100644 --- a/mobile/shop/index.php +++ b/mobile/shop/index.php @@ -16,7 +16,7 @@ include_once(G4_MSHOP_PATH.'/shop.head.php');