[xtext] prettyprint updatesites
diff --git a/updates/index.php b/updates/index.php
index 526ccfd..eeceef1 100644
--- a/updates/index.php
+++ b/updates/index.php
@@ -6,7 +6,7 @@
 require($_SERVER["DOCUMENT_ROOT"] . "/modeling/tmf/updates/updates-common.php");
 
 $PRS = array(
-"TMF Xtext" => "modeling/tmf/xtext",
+"TMF Xtext" => "modeling/tmf/xtext"
 );
 
 $siteXMLs = array("Releases (R)" => "releases/",
diff --git a/updates/updates-common.php b/updates/updates-common.php
index 878c283..80dcabf 100755
--- a/updates/updates-common.php
+++ b/updates/updates-common.php
@@ -50,8 +50,8 @@
 		$cnt=0;
 		foreach ($siteXMLs as $type => $sitexml)
 		{
-			print !$cnt ? "$label Repository Locations: \n" : "       ";
-			print "$type: <b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
+			print !$cnt ? "Location: " : "&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;(or): ";
+			print "<b><a href=\"http://download.eclipse.org/$thisPR/updates/$sitexml\">http://download.eclipse.org/$thisPR/updates/<acronym title=\"$type\">$sitexml</acronym></a></b></acronym>";
 			print $cnt < sizeof($siteXMLs) - 1 ? "<br/>\n" : "";
 			$cnt++;
 		}