*** empty log message ***
diff --git a/includes/app.php b/includes/app.php
index 2c98271..b1306e4 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -38,7 +38,7 @@
 		$x=0;
 		foreach($projects as $p){
 			$x++;
-			print $x . ' ' . $p->getName();
+			print $x . ' ' . $p->getName() .'<br/>'';
 			
 		}
 	}
diff --git a/projects.php b/projects.php
index e443927..c072700 100644
--- a/projects.php
+++ b/projects.php
@@ -53,7 +53,7 @@
 								if ($download) $download = "<a href=\"$download\"><img src=\"$images->download_small\"/></a>";
 								$url = $project->getProjectUrl();
 								$info = $project->getSimultaneousReleaseInfo($release);
-								if (!$info) continue;
+								//if (!$info) continue;
 		
 								if ($info->isNew()) {
 									$projectName = "$projectName [new]";