little bit of code cleanup
[gwvp-mini.git] / gwvpmini / gwvpmini_web.php
index 900539e..3dfdde0 100644 (file)
@@ -95,7 +95,7 @@ function gwvpmini_goMainPage($bodyFunction = null)
        // start body
        echo "</head><body>";
        
-       echo "<h1>Git over Web Via PHP</h2>";
+       echo "<h1>Git over Web Via PHP</h1>";
        
        
        echo "<table width=\"100%\">";
@@ -220,7 +220,6 @@ function gwvpmini_BodyBuilder()
 {
        global $HOME_PAGE_PROVIDERS;
        
-       echo "I AM THE MAIN BODY, FEAR ME!!!! - have no idea whats going to go here";
        if(isset($HOME_PAGE_PROVIDERS)) {
                ksort($HOME_PAGE_PROVIDERS);
                foreach($HOME_PAGE_PROVIDERS as $provider) {