diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-08 22:12:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-10-08 22:12:12 +0000 |
commit | 43ede4be2e82dd07e8689c9ef7029ed7d3adc5bb (patch) | |
tree | e9f10ca35b548aa0018261df5e8c196914a77df5 /IkiWiki | |
parent | cefbe6210f4e89984bb40062e4f9787b7372dd52 (diff) |
change word
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/brokenlinks.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |