diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 20:21:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-01 20:21:35 +0000 |
commit | 7910c2c7f6ffc0dd22682c6513293fd1cb9e985b (patch) | |
tree | a88b33f1dba7ddff4481ad002c741bcafee16570 /IkiWiki/Plugin | |
parent | 02b9f69ba5da59cca9ff198b731d63d643fff4db (diff) |
use urlto; htmlpage is no longer appropriate here
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/mirrorlist.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/mirrorlist.pm b/IkiWiki/Plugin/mirrorlist.pm index ecccd243f..34a97cc0b 100644 --- a/IkiWiki/Plugin/mirrorlist.pm +++ b/IkiWiki/Plugin/mirrorlist.pm @@ -25,7 +25,7 @@ sub mirrorlist ($) { #{{{ join(", ", map { qq{<a href="}. - $config{mirrorlist}->{$_}."/".htmlpage($page). + $config{mirrorlist}->{$_}."/".urlto($page, ""). qq{">$_</a>} } keys %{$config{mirrorlist}} ). |