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(){ -  "; +  "; if($nationcount != 0) { $width = intdiv(888, $nationcount); @@ -186,7 +186,7 @@ for($i=0; $i < $nationcount; $i++) { ;background-color:;' >  @@ -215,10 +215,10 @@ for($i=0; $i < $nationcount; $i++) { - - - - +
국명
+
국력
+
장수
+
속령