새 병종 이미지 적용

- 64px 이미지 태그들을 width="64px"가 아니라 width="64"로 변경
This commit is contained in:
2018-04-14 03:27:36 +09:00
parent b56919a343
commit bffca5e163
14 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -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">