--- gitweb.cgi.orig 2006-05-28 10:30:38.000000000 +0100 +++ gitweb.cgi 2006-05-28 11:12:52.000000000 +0100 @@ -1218,12 +1218,12 @@ } print "\n\n" . "\n"; - print "
";
my $comment = $tag{'comment'};
foreach my $line (@$comment) {
- print esc_html($line) . "
\n";
+ print esc_html($line) . "\n";
}
- print "\n";
my $comment = $co{'comment'};
my $empty = 0;
foreach my $line (@$comment) {
@@ -1688,12 +1688,12 @@
} else {
$empty = 0;
}
- print format_log_line_html($line) . "
\n";
+ print format_log_line_html($line) . "\n";
}
if (!$empty) {
- print "
\n";
+ print "\n";
}
- print "\n";
my $comment = $co{'comment'};
my $empty = 0;
my $signed = 0;
@@ -1799,13 +1799,13 @@
}
if ($line =~ m/^ *(signed[ \-]off[ \-]by[ :]|acked[ \-]by[ :]|cc[ :])/i) {
$signed = 1;
- print "" . esc_html($line) . "
\n";
+ print "" . esc_html($line) . "\n";
} else {
$signed = 0;
- print format_log_line_html($line) . "
\n";
+ print format_log_line_html($line) . "\n";
}
}
- print "\n";
my $comment = $co{'comment'};
my $empty = 0;
my $signed = 0;
@@ -2004,9 +2004,9 @@
} else {
$empty = 0;
}
- print format_log_line_html($line) . "
\n";
+ print format_log_line_html($line) . "\n";
}
- print "
\n";
+ print "