Embellishment treasury. Part 2

Removed unnecessary (empty) line in the bottom of the table with the artefacts on page Large artefacts.
This commit is contained in:
Vladyslav
2018-01-06 02:15:58 +02:00
committed by GitHub
parent 573cd02c80
commit 6457c67dbc
+1 -5
View File
@@ -282,13 +282,9 @@
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