From: joey Date: Tue, 25 Apr 2006 00:29:06 +0000 (+0000) Subject: formatting X-Git-Tag: 1.0~45 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f66fb8a28d0c562713c979297d8cdf02619c150;p=ikiwiki.git formatting --- diff --git a/IkiWiki/Rcs/SVN.pm b/IkiWiki/Rcs/SVN.pm index 7d48abb61..a2e2ff69c 100644 --- a/IkiWiki/Rcs/SVN.pm +++ b/IkiWiki/Rcs/SVN.pm @@ -188,6 +188,7 @@ sub rcs_notify () { #{{{ my $diff=`svnlook diff $config{svnrepo} -r $rev --no-diff-deleted`; my $user=`svnlook author $config{svnrepo} -r $rev`; + chomp $user; my $message=`svnlook log $config{svnrepo} -r $rev`; if ($message=~/$svn_webcommit/) { $user="$1"; diff --git a/templates/notifymail.tmpl b/templates/notifymail.tmpl index 5a1497a3f..d5b344835 100644 --- a/templates/notifymail.tmpl +++ b/templates/notifymail.tmpl @@ -1,5 +1,5 @@ -The following change has been made to +The following change was made to by : - +