From 22adebe8adf9ddf2a064c54b9c1e4c0e8799907b Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 30 Jul 2006 07:07:20 +0000 Subject: [PATCH] need to lower-case pages, sigh.. --- IkiWiki/Plugin/aggregate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index 05ec48ee3..d59f84450 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -310,7 +310,7 @@ sub remove_feeds () { #{{{ } #}}} sub pagefile ($) { #{{{ - my $page=shift; + my $page=lc(shift); return "$IkiWiki::config{srcdir}/$page.html"; } #}}} -- 2.44.0