summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:25:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:25:56 +0000
commit28d634aa88b9bf54962d345b39d7c6c09e2bd38d (patch)
treecf88f0083bb8fbea1d313a7bd987d4b6bf487909
parentdae7a89e225236875bfaea06cd476fb5f33dc702 (diff)
oo
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index 5ae95e59d..0f6f250a0 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -457,7 +457,7 @@ sub rcs_recentchanges ($) { #{{{
}
push @ret, { rev => $rev, user => $user,
- commitype => $committype,
+ committype => $committype,
when => $when, message => [@message],
pages => [@pages] } if @pages;
return @ret if @ret >= $num;