Update 37_hero.tpl

bug ciange
This commit is contained in:
saulius
2023-10-12 16:16:40 +03:00
committed by GitHub
parent dbeb0bddfa
commit 840cd62f1e
+1 -1
View File
@@ -46,7 +46,7 @@ if (isset($_POST['name']) && !empty($_POST['name'])) {
</tr>
<tr>
<th><?php echo DEFENCE; ?></th>
<td class="val"><?php echo $hero_info['di'] . "/" . $hero_info['dc']; ?></td>
<td class="val"><?php echo $hero_info['dc'] . "/" . $hero_info['di']; ?></td>
<td class="xp"><img class="bar" src="img/x.gif" style="width:<?php echo (2*$hero_info['defence'])+1; ?>px;" alt="<?php echo ($hero_info['di']) . "/" . ($hero_info['dc']); ?>" title="<?php echo ($hero_info['di']) . "/" . ($hero_info['dc']); ?>" /></td>
<td class="up"><span class="none">
<?php