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);
=getMapHtml();?>
- | =$history['nation']?> |
- =$history['power']?> |
- =$history['gen']?> |
- =$history['city']?> |
+ 국명 =$history['nation']?> |
+ 국력 =$history['power']?> |
+ 장수 =$history['gen']?> |
+ 속령 =$history['city']?> |
| 중 원 정 세 |
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');