From a6936ac8d73a088c770893c7c18382c8f15a3342 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 4 Jun 2018 02:28:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B0=90=20=ED=91=9C=EA=B8=B0=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_history.php | 8 ++++---- hwe/func_history.php | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hwe/a_history.php b/hwe/a_history.php index 9eb80df3..739658c3 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -129,10 +129,10 @@ $history = MYDB_fetch_array($result); - - - - +
국명
+
국력
+
장수
+
속령
중 원 정 세 diff --git a/hwe/func_history.php b/hwe/func_history.php index f338049e..43c4a217 100644 --- a/hwe/func_history.php +++ b/hwe/func_history.php @@ -290,9 +290,9 @@ function LogHistory($isFirst=0) { $cityCount = $db->queryFirstField('select count(*) from city where nation = %i',$nation['nation']); $nationStr .= " {$nation['name']}
"; - $powerStr .= "국력 {$nation['power']}
"; - $genStr .= "장수 {$nation['gennum']}
"; - $cityStr .= "속령 $cityCount
"; + $powerStr .= "{$nation['power']}
"; + $genStr .= "{$nation['gennum']}
"; + $cityStr .= "$cityCount
"; } if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', contents collected');