*** empty log message ***
diff --git a/index.php b/index.php
index af01ae3..8a089f4 100644
--- a/index.php
+++ b/index.php
@@ -22,7 +22,7 @@
 			if ($para)

 				$result .= "<br/>" . $para;

 			else

-				$result .= "<br/>This project apparently has not figured out what they are doing or has not set their paragraph url to something useful.";

+				$result .= "<br/>This project has not figured out what they are doing or has not set their paragraph url to something useful.";

 			$result .= "</li>\n";

 		}

 	}

diff --git a/right-links.html b/right-links.html
index cc2c6f4..7dba66c 100755
--- a/right-links.html
+++ b/right-links.html
@@ -5,7 +5,7 @@
 	    <script type="text/javascript">
 	      $( document ).ready( function () {
 	        $( '#rssFeed' ).rssfeed( 'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3De3109ca0ef00e70403285b7588e457d2%26_render%3Drss',
-	          { limit: 5, header : false, titletag : "h5", date : true, content : false } );
+	          { limit: 10, header : false, titletag : "h5", date : true, content : false } );
 	      } );
 	    </script>
 	</div>
diff --git a/team-leaders.php b/team-leaders.php
index e88fe84..31ec812 100644
--- a/team-leaders.php
+++ b/team-leaders.php
@@ -1,6 +1,4 @@
 <?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
-
-	# Begin: page-specific settings.  Change these. 
 	$pageTitle 		= "RT Project Leadership";
 	$pageKeywords	= "RT PMC project lead";
 	$pageAuthor		= "Jeff McAffer";
@@ -73,9 +71,6 @@
 	              working on the next OSGi specification.
 		       </li>
 			</ul>
-
-			<p>&nbsp;</p>
-
 	</div>
 EOHTML;