*** empty log message ***
diff --git a/planning/grid.php b/planning/grid.php
index 3acee50..c6a82d3 100644
--- a/planning/grid.php
+++ b/planning/grid.php
@@ -59,7 +59,7 @@
 			<p style='width: 60%; margin-left: 50px;'> 
 			This page is to summarize progress towards the yearly <a target="_blank" href="<?php echo $release_plan_url; ?>">Simultaneous Release</a> as the data has been provided by the projects, at the <a target="_blank" href="https://dev.eclipse.org/portal/myfoundation/portal/portal.php">Eclipse Foundations Portal Tracking Tool</a>. For details on the requirements see <a target="_blank" href="http://www.eclipse.org/helios/planning/EclipseSimultaneousRelease.php">requirements for the Simultaneous Release</a>.
 			<br>
-			If questions please see <a target="_blank" href="<?php $release_tracker_faq_url; ?>">Simultaneous Release Tracker FAQ</a> or ask the question on <a href="mailto:cross-project-issues-dev@eclipse.org">cross-project dev list</a>. 
+			If questions please see <a target="_blank" href="<?php echo $release_tracker_faq_url; ?>">Simultaneous Release Tracker FAQ</a> or ask the question on <a href="mailto:cross-project-issues-dev@eclipse.org">cross-project dev list</a>. 
 			</p>
 		</div>		
 		
@@ -183,7 +183,7 @@
 						<td ALIGN="center">
 				    	<?php
 			    		if(count($fields['fields']) == 1){
-			    			show_line($group_type,$project_tracking,$fields['fields'][0]['key'],true);
+			    			show_line($group_type,$project_tracking,$fields['fields'][0]['key'],false);
 			    		}else{
 			    			$all_completed = true;
 				    		foreach($fields['fields'] as $afield){