fix friends
diff --git a/friends.php b/friends.php
index a2ab03e..7623035 100644
--- a/friends.php
+++ b/friends.php
@@ -41,7 +41,9 @@
 					<div id="friend-scale-level" style="width: <?php print $progress;?>%;"></div>
 					<div id="friend-scale-count"><?php print $friend_count;?>/1000 Friends</div>
 				</div>
-				<?php print (sideDonorList(10) != "") ? '<ul id="ul_donorList" class="clearfix no_bullets">' . sideDonorList(10) . '</ul>' : '';?>
+				<ul id="ul_donorList" class="clearfix no_bullets">
+					<?php sideDonorList(10);?> 
+				</ul>
 				<a class="button-more button" href="/donate/donorlist.php?showAll=0">More</a>	
 				<h2 id="h2_join">Join now!</h2>
 				<p>Everyday millions of people use Eclipse. <a href="/donate/">Friends of Eclipse</a> allows you to contribute back to the Eclipse community.</p>