projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837d16a
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:55:13 +0000
(
03:55
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:55:13 +0000
(
03:55
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 2ca0fef6ddcafa595ff49b0eacdd3f463a0f8bee..813c38b52d6261b9fbd21d37736592b388cedb3f 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-401,7
+401,7
@@
sub rcs_recentchanges ($) {
elsif ($state eq 'body' && /$div/) {
push @ret, { rev => $rev, user => $user,
date => $when, message => $message,
- pages => [@pages] }
,
+ pages => [@pages] }
;
print STDERR "have: $#ret; most recent is $ret[$#ret]\n";
return @ret if @ret >= $num;