Signed-off-by: Lukas Fleischer <[email protected]>
---
 web/html/home.php | 16 ++--------------
 1 file 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>
-- 
1.8.0

Reply via email to