From: joey Date: Sun, 8 Oct 2006 22:12:12 +0000 (+0000) Subject: change word X-Git-Tag: 1.29~18 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/43ede4be2e82dd07e8689c9ef7029ed7d3adc5bb change word --- diff --git a/IkiWiki/Plugin/brokenlinks.pm b/IkiWiki/Plugin/brokenlinks.pm index 225d8d829..6741f9081 100644 --- a/IkiWiki/Plugin/brokenlinks.pm +++ b/IkiWiki/Plugin/brokenlinks.pm @@ -27,7 +27,7 @@ sub preprocess (@) { #{{{ next if length $bestlink; push @broken, htmllink($page, $params{destpage}, $link, 1). - " in ". + " from ". htmllink($params{page}, $params{destpage}, $page, 1); } }