Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/documents/index.php b/documents/index.php
index 1913f71..5e4e54d 100644
--- a/documents/index.php
+++ b/documents/index.php
@@ -20,7 +20,7 @@
 
   # Add page-specific Nav bars here
   # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
-  # $Nav->addNavSeparator("My Page Links",   "downloads.php");
+  # $Nav->addNavSeparator("My Page Links", "downloads.php");
   # $Nav->addCustomNav("My Link", "mypage.php", "_self", 3);
   # $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 3);
 
@@ -53,9 +53,7 @@
 
 <?php
   include "https://www.eclipse.org/orbit/global-links.html";
-?>
 
-<?php
   $html = ob_get_contents();
   ob_end_clean();
 
diff --git a/resources/index.php b/resources/index.php
index 4bc0036..2aa2cd9 100644
--- a/resources/index.php
+++ b/resources/index.php
@@ -7,7 +7,7 @@
 //$Nav = new Nav ();
 $Nav = NULL;
 $Menu = new Menu ();
-include ($App->getProjectCommon ()); # All on the same line to unclutter the user's desktop'
+include ($App->getProjectCommon ());
 
   #*****************************************************************************
   #
@@ -17,7 +17,7 @@
   #
   # Begin: page-specific settings.  Change these.
   $pageTitle = "Orbit Resources";
-$pageKeywords = "orbit, bundles, code library, osgi, framework, runtime, resources";
+  $pageKeywords = "orbit, bundles, code library, osgi, framework, runtime, resources";
 
 // Add page-specific Nav bars here
 // Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)