remove target blank
diff --git a/includes/sidebar-1.php b/includes/sidebar-1.php
index 59d56c0..2f4f498 100644
--- a/includes/sidebar-1.php
+++ b/includes/sidebar-1.php
@@ -1,10 +1,10 @@
<div id="sidebar">
<h2>Are you ready for Eclipse 4?</h2>
- <p class="tagline"><a href="http://www.eclipse.org/eclipse4" target="_blank">Eclipse 4</a> is now the default platform for building rich client applications.<br/>Learn how to migrate your existing RCP application and benefit from the new <a href="http://www.eclipse.org/eclipse4" target="_blank">Eclipse 4</a> features.</p>
+ <p class="tagline"><a href="http://www.eclipse.org/eclipse4"">Eclipse 4</a> is now the default platform for building rich client applications.<br/>Learn how to migrate your existing RCP application and benefit from the new <a href="http://www.eclipse.org/eclipse4">Eclipse 4</a> features.</p>
<div class="darkbg r-rounded shadow" id="friend_box">
<h3><a href="/juno/friends.php">Become a Friend of Juno</a></h3>
<!-- <p>Friends of Juno<br/> <strong><?php print $progress;?></strong> friends of Eclipse.</p>-->
<?php include('progress-bar.php');?>
</div>
- <a class="button" href="/donate/donorlist.php?showAll=0" target="_blank">More</a>
+ <a class="button" href="/donate/donorlist.php?showAll=0">More</a>
</div>
\ No newline at end of file
diff --git a/includes/sidebar-2.php b/includes/sidebar-2.php
index 3057131..a467657 100644
--- a/includes/sidebar-2.php
+++ b/includes/sidebar-2.php
@@ -2,6 +2,6 @@
<div class="container">
<h3>Recent Friends</h3>
<ul class="donorList clearfix"><?php sideDonorList(8);?></ul>
- <a class="button" href="/donate/donorlist.php?showAll=0" target="_blank">More</a>
+ <a class="button" href="/donate/donorlist.php?showAll=0">More</a>
</div>
</div>
\ No newline at end of file