버그 수정

This commit is contained in:
2020-05-17 03:03:04 +09:00
parent 02b9832750
commit 5f016d74a1
+4 -1
View File
@@ -50,9 +50,12 @@
<?php endforeach; ?>
</td>
</tr>
<tr></tr>
<tr>
<td valign=top class="bg1">국가열전</td>
<td colspan=5 class='bg0' style="text-align:left;"><?=array_map($this->ConvertLog, $history)?></td>
<td colspan=5 class='bg0' style="text-align:left;"><?=join('<br>', array_map(function($item){
return $this->ConvertLog($item);
}, $history))?></td>
</tr>
</tbody>
</table>