From 953b609b32bb022a1a7b3f5aa9af4b4eef08fefd Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 10:54:07 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EA=B4=80,=20=EC=9E=A5=EC=88=98=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=EC=8B=9C=20=EC=84=A4=EB=AA=85=20=EC=83=89=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/join.php | 4 ++-- hwe/select_npc.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hwe/join.php b/hwe/join.php index 759c1373..9f5a7dca 100644 --- a/hwe/join.php +++ b/hwe/join.php @@ -71,10 +71,10 @@ for ($i=0; $i < $nationcount; $i++) { $nation = MYDB_fetch_array($nationresult); if ($nation['scoutmsg'] == "") { echo " - {$nation['name']}-"; + {$nation['name']}-"; } else { echo " - {$nation['name']}{$nation['scoutmsg']}"; + {$nation['name']}{$nation['scoutmsg']}"; } } ?> diff --git a/hwe/select_npc.php b/hwe/select_npc.php index 9fca674a..d2a145cb 100644 --- a/hwe/select_npc.php +++ b/hwe/select_npc.php @@ -71,10 +71,10 @@ for($i=0; $i < $nationcount; $i++) { $nation = MYDB_fetch_array($nationresult); if($nation['scoutmsg'] == "") { echo " - {$nation['name']}-"; + {$nation['name']}-"; } else { echo " - {$nation['name']}{$nation['scoutmsg']}"; + {$nation['name']}{$nation['scoutmsg']}"; } } ?>