*** empty log message ***
diff --git a/testweb/index.php b/testweb/index.php
index f6388a4..a73fc0c 100755
--- a/testweb/index.php
+++ b/testweb/index.php
@@ -22,10 +22,8 @@
 			$projectHeading = "<b>" . $projectName . "</b>";

 			$projectUrl = $project->getProjectUrl();

 			if ($projectUrl)

-				$projectHeading = '<a href="' . $projectHeading . '">' . $projectHeading . "</a>";

+				$projectHeading = '<a href="' . $projectUrl . '">' . $projectHeading . "</a>";

 			$result .= "\n\t<li>" . $projectHeading;

-//			$paraURL = $project->normalizeProjectDescriptionUrl($project->getParagraphUrl());

-//			if ($paraURL && ($paraURL != "http://www.eclipse.org/"))

 			$para = $project->getParagraph();

 			if ($para)

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

@@ -38,7 +36,6 @@
 

 $projectList = populateProjectList($rtProjects);

 

-// $html = file_get_contents( '_index.html' );

 $html = <<<EOHTML

 <div id="big-header">

   <div id="rap-logo"></div>