From: joey Date: Sat, 6 May 2006 03:57:43 +0000 (+0000) Subject: * Remove dups from the brokenlinks list. X-Git-Tag: 1.2~16 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/afa57f5c074ed297c29eb1030f1ec07b762780d9 * Remove dups from the brokenlinks list. --- diff --git a/IkiWiki/Plugin/brokenlinks.pm b/IkiWiki/Plugin/brokenlinks.pm index 50bbe0d54..22590366b 100644 --- a/IkiWiki/Plugin/brokenlinks.pm +++ b/IkiWiki/Plugin/brokenlinks.pm @@ -35,7 +35,8 @@ sub preprocess (@) { #{{{ } return "There are no broken links!" unless @broken; - return "\n"; + my %seen; + return "\n"; } # }}} 1 diff --git a/debian/changelog b/debian/changelog index 12d3752e0..413d0e12e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (1.2) UNRELEASED; urgency=low + + * Remove dups from the brokenlinks list. + + -- Joey Hess Fri, 5 May 2006 23:56:32 -0400 + ikiwiki (1.1) unstable; urgency=low * Rename inlinepage to depends, so that it can be used to refer to more