* Fix urls generated by mirrorlist plugin.

master
joey 2007-03-31 00:41:22 +00:00
parent f59796697d
commit 35ab3237fa
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ sub mirrorlist ($) { #{{{
join(", ",
map {
qq{<a href="}.
$config{mirrorlist}->{$_}."/".$page.
$config{mirrorlist}->{$_}."/".htmlpage($page).
qq{">$_</a>}
} keys %{$config{mirrorlist}}
).

3
debian/changelog vendored
View File

@ -4,8 +4,9 @@ ikiwiki (1.49) UNRELEASED; urgency=low
and RCS server (or a push mirror). With this the RCS server can have a
real post-commit hook that sshs back to the web server, and runs ikiwiki
in post-commit mode to update the wiki.
* Fix urls generated by mirrorlist plugin.
-- Joey Hess <joeyh@debian.org> Thu, 29 Mar 2007 14:22:34 -0400
-- Joey Hess <joeyh@debian.org> Fri, 30 Mar 2007 20:40:35 -0400
ikiwiki (1.48) unstable; urgency=low