X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/716b1f745fdbbbec87d4300191bc2721291b1baf..c5c506a5f26db11ca4d8e37082b9f7ac4ce25a7a:/gitweb.cgi?ds=inline
diff --git a/gitweb.cgi b/gitweb.cgi
index f57ed5a..ef15a70 100755
--- a/gitweb.cgi
+++ b/gitweb.cgi
@@ -4583,7 +4583,7 @@ sub git_print_authorship_rows {
 	@people = ('author', 'committer') unless @people;
 	foreach my $who (@people) {
 		my %wd = parse_date($co->{"${who}_epoch"}, $co->{"${who}_tz"});
-		print "
| $who | " .
+		print " | 
| $who | " .
 		      format_search_author($co->{"${who}_name"}, $who,
 		                           esc_html($co->{"${who}_name"})) . " " .
 		      format_search_author($co->{"${who}_email"}, $who,
@@ -6624,14 +6624,13 @@ sub git_summary {
 	git_header_html();
 	git_print_page_nav('summary','', $head);
 
-	print "   \n";
 	print "\n" .
-	      "| description | " . esc_html($descr) . " |  \n";
+	      "| description | " . esc_html($descr) . " |  \n";
         if ($owner and not $omit_owner) {
-	        print  "| owner | " . esc_html($owner) . " |  \n";
+	        print  "| owner | " . esc_html($owner) . " |  \n";
         }
 	if (defined $cd{'rfc2822'}) {
-		print "| last change | " .
+		print " | last change | " .
 		      "".format_timestamp_html(\%cd)." |  \n";
 	}
 
@@ -6654,7 +6653,7 @@ sub git_summary {
 			# without ability to add tags, don't show if there are none
 			my $cloud = git_populate_project_tagcloud($ctags);
 			print "" .
-			      "| content tags | " .
+			      "content tags | " .
 			      "".git_show_project_tagcloud($cloud, 48)." | " .
 			      " \n";
 		}
@@ -6725,7 +6724,7 @@ sub git_tag {
 	print "\n" .
 	      "   | 
|---|