home.php: Remove unneeded tables

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-10-28 19:55:50 +01:00
parent 6897bb0097
commit 985a2ed49c

View file

@ -100,22 +100,10 @@ $dbh = db_connect();
</form>
</div>
<div id="pkg-updates" class="widget box">
<table>
<tr>
<td class="pkg-name">
<?php updates_table($dbh); ?>
</td>
</tr>
</table>
<?php updates_table($dbh); ?>
</div>
<div id="pkg-stats" class="widget box">
<table>
<tr>
<td class="pkg-name">
<?php general_stats_table($dbh); ?>
</td>
</tr>
</table>
<?php general_stats_table($dbh); ?>
</div>
</div>