From 8b3d2ab0bcd5b79c30d6e07dd8f363431d94dd72 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2008 21:04:11 -0400 Subject: test suite and partial fix for encoding issues in link renaming --- IkiWiki/Plugin/link.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/link.pm b/IkiWiki/Plugin/link.pm index 515a62bce..529610710 100644 --- a/IkiWiki/Plugin/link.pm +++ b/IkiWiki/Plugin/link.pm @@ -91,7 +91,7 @@ sub renamepage (@) { #{{{ my $linktext=$2; my $link=$linktext; if (bestlink($page, $2) eq $old) { - $link=$new; + $link=IkiWiki::pagetitle($new, 1); if ($linktext =~ m/.*\/*?[A-Z]/) { # preserve leading cap of last component my @bits=split("/", $link); -- cgit v1.2.3