remove: redirect via urlto(), avoiding mentions of index.html

master
Simon McVittie 2008-09-21 18:25:06 +01:00
parent 02923917c8
commit 7f82594410
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ sub sessioncgi ($$) { #{{{
if (! exists $pagesources{$parent}) {
$parent="index";
}
IkiWiki::redirect($q, $config{url}."/".htmlpage($parent));
IkiWiki::redirect($q, urlto($parent, '/', 1));
}
}
else {