Fixing bad file extensions
diff --git a/download/index.php b/download/index.php
index 84d8797..30cc54a 100755
--- a/download/index.php
+++ b/download/index.php
@@ -23,7 +23,7 @@
 	$pageKeywords	= "Eclipse, EclipseRT, Gemini, OSGi, Management, Documentation";
 	$pageAuthor		= "Christopher Frost";
 
-	$geminiManagementVersions = array("1.0.5RELEASE", "1.0.4.RELEASE", "1.0.3.RELEASE", "1.0.2.RELEASE", "1.0.1.RELEASE", "1.0.0.RELEASE");
+	$geminiManagementVersions = array("1.0.5.RELEASE", "1.0.4.RELEASE", "1.0.3.RELEASE", "1.0.2.RELEASE", "1.0.1.RELEASE", "1.0.0.RELEASE");
 
 	ob_start();
 ?>
diff --git a/download/release-notes/1.0.4.RELEASE.html b/download/release-notes/1.0.4.RELEASE.php
similarity index 100%
rename from download/release-notes/1.0.4.RELEASE.html
rename to download/release-notes/1.0.4.RELEASE.php
diff --git a/download/release-notes/1.0.5.RELEASE.html b/download/release-notes/1.0.5.RELEASE.php
similarity index 100%
rename from download/release-notes/1.0.5.RELEASE.html
rename to download/release-notes/1.0.5.RELEASE.php