<paravoid> cosmetic and minor, but it makes the output far more readable,

imho
master
joey 2006-07-04 04:43:33 +00:00
parent 77b38730d4
commit d3f032c4d0
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ sub rcs_recentchanges ($) { #{{{
foreach my $msgline (split(/\n/, $logentry->{msg})) {
push @message, { line => escapeHTML($msgline) };
}
unshift @message, { line => "\n" } if @message > 1;
my $committype="web";
if (defined $message[0] &&