X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/716b1f745fdbbbec87d4300191bc2721291b1baf..185c106939ed40c7d54225b405b32ecfc63dbfb3:/gitweb.cgi?ds=inline
diff --git a/gitweb.cgi b/gitweb.cgi
index f57ed5a..b182f4c 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,
@@ -6626,12 +6626,12 @@ sub git_summary {
 
 	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 +6654,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 +6725,7 @@ sub git_tag {
 	print "\n" .
 	      "   | 
|---|