버그 수정
This commit is contained in:
@@ -50,9 +50,12 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td valign=top class="bg1">국가열전</td>
|
<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>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user