]> sipb.mit.edu Git - ikiwiki.git/commitdiff
formatting
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 25 Apr 2006 00:29:06 +0000 (00:29 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 25 Apr 2006 00:29:06 +0000 (00:29 +0000)
IkiWiki/Rcs/SVN.pm
templates/notifymail.tmpl

index 7d48abb618a761f685a43fc0bf77dec4e7e8c155..a2e2ff69c475444c6fc93a8357992822267b09c6 100644 (file)
@@ -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";
index 5a1497a3f6c36d6dca1762257ddd6e1758089876..d5b344835bff6a6ae615e842f1705b324850fcec 100644 (file)
@@ -1,5 +1,5 @@
-The following change has been made to <TMPL_VAR WIKINAME>
+The following change was made to <TMPL_VAR WIKINAME>
 by <TMPL_VAR USER>:
-<TMPL_VAR MESSAGE>
 
+<TMPL_VAR MESSAGE>
 <TMPL_VAR DIFF>