beautify url recentchanges_link redirs to

This ensures that the same link is reached as is used on pages,
so browsers will know that the link on pages has been visited, and color it
appropriately.
master
Joey Hess 2008-07-11 09:44:47 -04:00
parent 32a8bf4c36
commit d5de560f50
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ sub cgi ($) { #{{{
"</p>");
}
else {
IkiWiki::redirect($cgi, $config{url}."/".htmlpage($link));
IkiWiki::redirect($cgi, $config{url}.IkiWiki::beautify_url("/".htmlpage($link)));
}
exit;