From cdff9d706496d5871904d8c50fe05fb51394a482 Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Fri, 3 Aug 2012 02:32:37 -0700
Subject: [PATCH] cleanup

---
 push-syndication-server/push-syndication-server.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 592102f..56c61e5 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -424,8 +424,9 @@ class Push_Syndication_Server {
 			if( $key[0] == '_' )
 				continue;
 
-			if ( $i == 5 )
+			if ( $i == 5 ) {
 				echo '<tr>';
+			}
 
 ?>
 				<td>
-- 
GitLab