aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-31 00:41:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-31 00:41:22 +0000
commit35ab3237fa367d82c7062eb172e1a8c90278bef0 (patch)
tree42f757d5899b41e90863536ec942d943ca975153
parentf59796697d3b01d1cb413f88304b5c2682efc927 (diff)
downloadikiwiki-35ab3237fa367d82c7062eb172e1a8c90278bef0.tar
ikiwiki-35ab3237fa367d82c7062eb172e1a8c90278bef0.tar.gz
* Fix urls generated by mirrorlist plugin.
-rw-r--r--IkiWiki/Plugin/mirrorlist.pm2
-rw-r--r--debian/changelog3
2 files changed, 3 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/mirrorlist.pm b/IkiWiki/Plugin/mirrorlist.pm
index 216d870fd..ecccd243f 100644
--- a/IkiWiki/Plugin/mirrorlist.pm
+++ b/IkiWiki/Plugin/mirrorlist.pm
@@ -25,7 +25,7 @@ sub mirrorlist ($) { #{{{
join(", ",
map {
qq{<a href="}.
- $config{mirrorlist}->{$_}."/".$page.
+ $config{mirrorlist}->{$_}."/".htmlpage($page).
qq{">$_</a>}
} keys %{$config{mirrorlist}}
).
diff --git a/debian/changelog b/debian/changelog
index 08eee7a7e..b39fa95b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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