From ddd889c42c7021096138ac40f716b3d9daaa6d3f Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 31 May 2018 00:59:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EC=9B=90=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_diplomacy.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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++) { - - - - +
국명
+
국력
+
장수
+
속령