need to lower-case pages, sigh..

master
joey 2006-07-30 07:07:20 +00:00
parent 33aab4802e
commit 22adebe8ad
1 changed files with 1 additions and 1 deletions

View File

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