From 40166004be5d1644d4e9376cfdd4382e50bf2ef9 Mon Sep 17 00:00:00 2001 From: Prasath Nadarajah <n.prasath.002@gmail.com> Date: Fri, 3 Aug 2012 02:47:59 -0700 Subject: [PATCH] rearranging and cleanup tables --- push-syndication-server/push-syndication-server.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php index 56c61e5..0671635 100644 --- a/push-syndication-server/push-syndication-server.php +++ b/push-syndication-server/push-syndication-server.php @@ -414,7 +414,7 @@ class Push_Syndication_Server { $site_options = wp_load_alloptions(); - echo '<table border="1">'; + echo '<table>'; echo '<tbody>'; $i = 0; @@ -424,7 +424,7 @@ class Push_Syndication_Server { if( $key[0] == '_' ) continue; - if ( $i == 5 ) { + if ( $i == 6 ) { echo '<tr>'; } @@ -439,7 +439,7 @@ class Push_Syndication_Server { $i++; - if ( $i == 5 ) { + if ( $i == 6 ) { echo '<tr>'; $i = 0; } -- GitLab