Embellishment treasury. Part 1

Removed unnecessary (empty) line in the bottom of the table with the artefacts on page Small artefacts .
This commit is contained in:
Vladyslav
2018-01-06 02:15:25 +02:00
committed by GitHub
parent 573cd02c80
commit 2f9b96e226
+2 -8
View File
@@ -199,17 +199,11 @@
echo '<td class="al"><a href="allianz.php?aid=' . $database->getUserField($row['owner'], "alliance", 0) . '">' . $database->getAllianceName($database->getUserField($row['owner'], "alliance", 0)) . '</a></td>';
echo '</tr>';
}
?>
<tr><td colspan="4"></td></tr>
<?php
}
?>
</tbody></table>
<?php
include ("upgrade.tpl");