From: joey Date: Tue, 4 Jul 2006 04:43:33 +0000 (+0000) Subject: cosmetic and minor, but it makes the output far more readable, X-Git-Tag: 1.8~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3f032c4d00a7cc4f9f52bbd1f98dd4e8bf9457b;p=ikiwiki.git cosmetic and minor, but it makes the output far more readable, imho --- diff --git a/IkiWiki/Rcs/svn.pm b/IkiWiki/Rcs/svn.pm index be4106a02..199a02ee1 100644 --- a/IkiWiki/Rcs/svn.pm +++ b/IkiWiki/Rcs/svn.pm @@ -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] &&