diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 04:16:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 04:16:17 +0000 |
commit | 42973f687ca3a312303330b0ac50ef618a13381c (patch) | |
tree | 94bd33fed5c02f6d14649a37558cc9f1443fb143 /IkiWiki | |
parent | 22ddd81dd25e3dd814c38ac20b771eca05029759 (diff) | |
download | ikiwiki-42973f687ca3a312303330b0ac50ef618a13381c.tar ikiwiki-42973f687ca3a312303330b0ac50ef618a13381c.tar.gz |
typo fix and slight reformat
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Rcs/tla.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Rcs/tla.pm b/IkiWiki/Rcs/tla.pm index 61f49cc1b..503073d7c 100644 --- a/IkiWiki/Rcs/tla.pm +++ b/IkiWiki/Rcs/tla.pm @@ -106,8 +106,8 @@ sub rcs_recentchanges ($) { my $modfiles = $head->get("Modified-files"); my $user = $head->get("Creator"); - my @paths = grep {!/^(.*\/\)?.arch-ids\/.*\.id$/} split(/ /, - "$newfiles $modfiles"); + my @paths = grep { !/^(.*\/)?\.arch-ids\/.*\.id$/ } + split(/ /, "$newfiles $modfiles .arch-ids/fake.id"); my $sdate = $head->get("Standard-date"); my $when = time - str2time($sdate, 'UTC'); |