사용자: #459 익스6 사이드뷰 겹침 현상 제거를 위한 스크립트 중 td_name 을 sv_use 로 변경

This commit is contained in:
whitedot
2013-05-15 17:22:27 +09:00
parent 8c93d3e6e0
commit a07b9e9ba1
8 changed files with 12 additions and 12 deletions

View File

@ -23,7 +23,7 @@ for ($i=0; $i<count($list); $i++) {
?>
<tr>
<td class="td_num"><?php echo $list[$i]['num'] ?></td>
<td class="td_name"><?php echo $list[$i]['name'] ?></td>
<td class="td_name sv_use"><?php echo $list[$i]['name'] ?></td>
<td><?php echo $display_location ?></td>
</tr>
<?php