aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:25:06 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:25:06 +0000
commitdae7a89e225236875bfaea06cd476fb5f33dc702 (patch)
treef86efaf7acfde21d99a14fcf7649b52919334b20 /ikiwiki
parent6afb396354bdceab5f7354a2c4b9ccd3d3d4fae4 (diff)
downloadikiwiki-dae7a89e225236875bfaea06cd476fb5f33dc702.tar
ikiwiki-dae7a89e225236875bfaea06cd476fb5f33dc702.tar.gz
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index abeda29c2..5ae95e59d 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -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;