projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
227d2f6
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:59:51 +0000
(
03:59
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 03:59:51 +0000
(
03:59
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 85384dde5f79b81bb41c7a07854b350ba674f0f6..1db4a0a4b51683ed30ea63dc5226a7dae676c1b0 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-399,7
+399,7
@@
sub rcs_recentchanges ($) {
}
elsif ($state eq 'body' && /$div/) {
push @ret, { rev => $rev, user => $user,
-
date
=> $when, message => $message,
+
when
=> $when, message => $message,
pages => [@pages] };
return @ret if @ret >= $num;
@@
-646,7
+646,7
@@
sub cgi () {
$list.="<br>\n";
$list.="changed ".$change->{when}." by ".
htmllink("index", $change->{user}).
- ": <i>".$change->{message}."</i>
<br>
\n";
+ ": <i>".$change->{message}."</i>\n";
$list.="</li>\n";
}
$list.="</ul>\n";