summaryrefslogtreecommitdiffstats
path: root/web/html/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/home.php')
-rw-r--r--web/html/home.php16
1 files changed, 2 insertions, 14 deletions
diff --git a/web/html/home.php b/web/html/home.php
index 40ad5fe..97de8bb 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -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>