[aur-dev] [PATCH] home.php: Remove unneeded tables

Lukas Fleischer archlinux at cryptocrack.de
Sun Oct 28 15:00:02 EDT 2012


Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 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



More information about the aur-dev mailing list