]> sipb.mit.edu Git - ikiwiki.git/commitdiff
change word
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 22:12:12 +0000 (22:12 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Oct 2006 22:12:12 +0000 (22:12 +0000)
IkiWiki/Plugin/brokenlinks.pm

index 225d8d829f28ee842024934c6038443b01c5f27f..6741f90817dca6895ab1eae90f898c4fd4c40176 100644 (file)
@@ -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);
                        }
                }