recentchanges

master
joey 2006-03-11 04:32:19 +00:00
parent 47789aee7a
commit 41369c2838
1 changed files with 1 additions and 3 deletions

View File

@ -644,9 +644,7 @@ sub cgi () {
my $list="<ul>\n";
foreach my $change (rcs_recentchanges(100)) {
$list.="<li>";
foreach my $page (@{$change->{pages}}) {
$list.=$page." ";
}
$list.=join(", ", map { htmllink("index", $_) } @{$change->{pages}});
$list.="<br>\n";
$list.="changed ".$change->{when}." by ".
htmllink("index", $change->{user}).