]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/brokenlinks.pm
* Fix various links on the hyperestradier pages.
[ikiwiki.git] / 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).
                                next if length $bestlink;
                                push @broken,
                                        htmllink($page, $params{destpage}, $link, 1).
-                                       " in ".
+                                       " from ".
                                        htmllink($params{page}, $params{destpage}, $page, 1);
                        }
                }
                                        htmllink($params{page}, $params{destpage}, $page, 1);
                        }
                }