새 병종 이미지 적용
- 64px 이미지 태그들을 width="64px"가 아니라 width="64"로 변경
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
data-id="<?=$id?>"
|
||||
>
|
||||
<tbody><tr>
|
||||
<td width="64px" height="64px">
|
||||
<td width="64" height="64">
|
||||
<?php if ($src['iconPath'] !== null): ?>
|
||||
<img src="<?=$this->e(urlencode($src['iconPath']))?>">
|
||||
<img width='64' height='64' src="<?=$this->e(urlencode($src['iconPath']))?>">
|
||||
<?php else: ?>
|
||||
<img src="<?=$this->imagePath?>/default.jpg">
|
||||
<img width='64' height='64' src="<?=$this->imagePath?>/default.jpg">
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td width="434px" valign="top">
|
||||
|
||||
Reference in New Issue
Block a user