diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php index 56c61e5108e8c89c6de8fb41e491799f8bbeff7e..06716351507593408f3123c6207c88309ca4ffe1 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; }