Ditch the empty title box on project summary
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
gitweb.cgi

index b182f4cfbbd5a4f90a304745aa6bae4824f278b9..ef15a7030c21550ec3a6bf97ec376982f06a0c28 100755 (executable)
@@ -6624,7 +6624,6 @@ sub git_summary {
        git_header_html();
        git_print_page_nav('summary','', $head);
 
-       print "<div class=\"title\">&nbsp;</div>\n";
        print "<table class=\"projects_list\">\n" .
              "<tr id=\"metadata_desc\"><th>description</th><td>" . esc_html($descr) . "</td></tr>\n";
         if ($owner and not $omit_owner) {