diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 04:25:21 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 04:25:21 +0000 |
commit | de3657747ab2b1fed00557497f3bf6531fd0b3ce (patch) | |
tree | f93230c1b280fd4aa2ca5052e081da59da033885 /ikiwiki | |
parent | 6c83ce4d5608f567f8f94b2f26461b5918e5327e (diff) |
recentchanges
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |