diff --git a/mobile/shop/mypage.php b/mobile/shop/mypage.php index 94b67c7dc..6fdec1088 100644 --- a/mobile/shop/mypage.php +++ b/mobile/shop/mypage.php @@ -32,7 +32,7 @@ include_once(G4_MSHOP_PATH.'/_head.php');
-

최근 주문내역

+

최근 주문내역

-

최근 위시리스트

+

최근 위시리스트

@@ -81,7 +81,7 @@ include_once(G4_MSHOP_PATH.'/_head.php'); } if ($i == 0) - echo ""; + echo ''; ?>
보관 내역이 없습니다.
보관 내역이 없습니다.
diff --git a/shop/mypage.php b/shop/mypage.php index f5e6a9d69..70b88640b 100644 --- a/shop/mypage.php +++ b/shop/mypage.php @@ -98,7 +98,7 @@ include_once('./_head.php'); } if ($i == 0) - echo "보관 내역이 없습니다."; + echo '보관 내역이 없습니다.'; ?>