diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/html/home.php | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/web/html/home.php b/web/html/home.php index 40ad5fe4..97de8bb6 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> |