summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 04:25:21 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 04:25:21 +0000
commitde3657747ab2b1fed00557497f3bf6531fd0b3ce (patch)
treef93230c1b280fd4aa2ca5052e081da59da033885 /ikiwiki
parent6c83ce4d5608f567f8f94b2f26461b5918e5327e (diff)
recentchanges
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki b/ikiwiki
index 1159ce769..a89b24bb7 100755
--- 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';