]> sipb.mit.edu Git - ikiwiki.git/commitdiff
need to lower-case pages, sigh..
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 30 Jul 2006 07:07:20 +0000 (07:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 30 Jul 2006 07:07:20 +0000 (07:07 +0000)
IkiWiki/Plugin/aggregate.pm

index 05ec48ee3a98f4235d9254071aeab7093ab3e387..d59f84450b797c4f55158c6587e1fce7f8edb7c8 100644 (file)
@@ -310,7 +310,7 @@ sub remove_feeds () { #{{{
 } #}}}
 
 sub pagefile ($) { #{{{
-       my $page=shift;
+       my $page=lc(shift);
 
        return "$IkiWiki::config{srcdir}/$page.html";
 } #}}}