diff --git a/mobile/shop/mypage.php b/mobile/shop/mypage.php
index 4854215af..9143e40e0 100644
--- a/mobile/shop/mypage.php
+++ b/mobile/shop/mypage.php
@@ -70,9 +70,6 @@ include_once(G4_MSHOP_PATH.'/_head.php');
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++)
{
- if ($i>0)
- echo "
|
";
-
$image = get_it_image($row['it_id'], 70, 70, true);
?>
diff --git a/shop/mypage.php b/shop/mypage.php
index 009a334ff..9769d8ad4 100644
--- a/shop/mypage.php
+++ b/shop/mypage.php
@@ -91,9 +91,6 @@ include_once('./_head.php');
$result = sql_query($sql);
for ($i=0; $row = sql_fetch_array($result); $i++)
{
- if ($i>0)
- echo " |
";
-
$image = get_it_image($row['it_id'], 70, 70, true);
?>
diff --git a/shop/wishlist.php b/shop/wishlist.php
index 300ab67a0..bcfa27ead 100644
--- a/shop/wishlist.php
+++ b/shop/wishlist.php
@@ -9,7 +9,7 @@ if (G4_IS_MOBILE) {
if (!$is_member)
goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL.'/mypage.php'));
-$g4['title'] = "보관함";
+$g4['title'] = "위시리스트";
include_once('./_head.php');
?>