From 43ede4be2e82dd07e8689c9ef7029ed7d3adc5bb Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 8 Oct 2006 22:12:12 +0000 Subject: [PATCH] change word --- IkiWiki/Plugin/brokenlinks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.44.0