projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c83ce4
)
recentchanges
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:25:21 +0000
(
04:25
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 04:25:21 +0000
(
04:25
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 1159ce769b821c3e9a417b7f6646e956dfa71421..a89b24bb7ec962724a2411c5ba21522f6e693505 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-397,8
+397,8
@@
sub rcs_recentchanges ($) {
$user=$2;
$when=concise(ago(time - str2time($3)));
}
- elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E(.
*)
/) {
- push @pages, $
sourcepages{$1}
;
+ elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E(.
+)$
/) {
+ push @pages, $
1
;
}
elsif ($state eq 'header' && /^$/) {
$state='body';