diff --git a/hwe/b_diplomacy.php b/hwe/b_diplomacy.php
index 74182da8..f5c50202 100644
--- a/hwe/b_diplomacy.php
+++ b/hwe/b_diplomacy.php
@@ -39,9 +39,9 @@ for($i=0; $i < $nationcount; $i++) {
$nationname[$nation['nation']] = $nation['name'];
$nationStr .= "◆ {$nation['name']}
";
- $powerStr .= "국력 {$nation['power']}
";
- $genStr .= "장수 {$nation['gennum']}
";
- $cityStr .= "속령 $citycount
";
+ $powerStr .= "{$nation['power']}
";
+ $genStr .= "{$nation['gennum']}
";
+ $cityStr .= "$citycount
";
}
$realConflict = [];
@@ -108,7 +108,7 @@ $(function(){
-