another htmlpage call that is no longer appropriate

master
joey 2007-04-01 20:55:39 +00:00
parent bf9e8bc900
commit ae249feb07
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ sub remove_feeds () { #{{{
sub pagefile ($) { #{{{
my $page=shift;
return "$config{srcdir}/".htmlpage($page);
return "$config{srcdir}/".htmlfn($page);
} #}}}
sub htmlfn ($) { #{{{