Make the title consistent with the EFSL header.

Remove the space after the "V"

Change-Id: I3e5878225dfa7d03c6ef777e36b18c77eeed7319
diff --git a/tck.php b/tck.php
index fef2af1..6994367 100644
--- a/tck.php
+++ b/tck.php
@@ -18,7 +18,7 @@
 
 include ($App->getProjectCommon());
 
-$pageTitle = "Eclipse Foundation Technology Compatibility Kit License - v 1.0";
+$pageTitle = "Eclipse Foundation Technology Compatibility Kit License - v1.0";
 $Theme->setPageTitle($pageTitle);
 $Theme->setPageKeywords("legal, Technology Compatibility Kit License");
 $Theme->setPageAuthor("Eclipse Foundation");