From 128c738dc5f703e3a5b3adf088b0736c3a03a019 Mon Sep 17 00:00:00 2001
From: Prasath Nadarajah <n.prasath.002@gmail.com>
Date: Tue, 14 Aug 2012 17:00:13 +0530
Subject: [PATCH] typo error in placing list element

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

diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index c5716d2..308ba70 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -277,10 +277,10 @@ class Push_Syndication_Server {
 		</li>
 <?php
 
-		echo '</ul>';
-
 		}
 
+		echo '</ul>';
+
 	}
 
 	public function get_user_roles() {
-- 
GitLab