diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:25:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:25:06 +0000 |
commit | dae7a89e225236875bfaea06cd476fb5f33dc702 (patch) | |
tree | f86efaf7acfde21d99a14fcf7649b52919334b20 /ikiwiki | |
parent | 6afb396354bdceab5f7354a2c4b9ccd3d3d4fae4 (diff) |
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -448,7 +448,7 @@ sub rcs_recentchanges ($) { #{{{ elsif ($state eq 'body' && /$div/) { my $committype="web"; if (defined $message[0] && - $message[0]->{line}=~/^web commit by (\w+)(.*)/) { + $message[0]->{line}=~/^web commit by (\w+):?(.*)/) { $user="$1"; $message[0]->{line}=$2; } @@ -457,7 +457,7 @@ sub rcs_recentchanges ($) { #{{{ } push @ret, { rev => $rev, user => $user, - commitype => $commitype, + commitype => $committype, when => $when, message => [@message], pages => [@pages] } if @pages; return @ret if @ret >= $num; |