history 관련 처리 변경

This commit is contained in:
2020-04-18 14:36:05 +09:00
parent c1bf3a773f
commit 27aa1c1973
14 changed files with 91 additions and 117 deletions
+2 -2
View File
@@ -148,13 +148,13 @@ var selectMonth = <?=$month?>;
<tr><td colspan=5 align=center id=bg1>중 원 정 세</td></tr>
<tr>
<td colspan=5 valign=top>
<?=$history['log']?>
<?=formatHistoryToHTML(Json::decode($history['log']))?>
</td>
</tr>
<tr><td colspan=5 align=center id=bg1>장 수 동 향</td></tr>
<tr>
<td colspan=5 valign=top>
<?=$history['genlog']?>
<?=formatHistoryToHTML(Json::decode($history['genlog']))?>
</td>
</tr>
</table>