diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 04:29:41 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 04:29:41 +0000 |
commit | 4f318591a09c9afaf3f59658a89ecf3b7efe9e03 (patch) | |
tree | d0e2692b41ef3c0a2ee5d03f9ef4179ffd2ba037 | |
parent | ee2633b46614a7a1ed258636df5259175697367e (diff) |
recentchanges
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ sub rcs_recentchanges ($) { $when=concise(ago(time - str2time($3))); } elsif ($state eq 'header' && /^\s+[A-Z]\s+\Q$svn_base\E\/(.+)$/) { - push @pages, $1; + push @pages, exists $sourcepages{$1} ? $sourcepages{$1} : $1; } elsif ($state eq 'header' && /^$/) { $state='body'; |