]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix urls generated by mirrorlist plugin.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 00:41:22 +0000 (00:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 00:41:22 +0000 (00:41 +0000)
IkiWiki/Plugin/mirrorlist.pm
debian/changelog

index 216d870fda45e0e5e257ad08c403c1ce2adb0619..ecccd243f24164e59c215ec9f14f97699c251655 100644 (file)
@@ -25,7 +25,7 @@ sub mirrorlist ($) { #{{{
                join(", ",
                        map { 
                                qq{<a href="}.
-                               $config{mirrorlist}->{$_}."/".$page.
+                               $config{mirrorlist}->{$_}."/".htmlpage($page).
                                qq{">$_</a>}
                        } keys %{$config{mirrorlist}}
                ).
index 08eee7a7ea032441f595268aca45879cb86adbfa..b39fa95b99fa84e5b372a1742b1b57722214d446 100644 (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