From afa57f5c074ed297c29eb1030f1ec07b762780d9 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 6 May 2006 03:57:43 +0000 Subject: [PATCH] * Remove dups from the brokenlinks list. --- IkiWiki/Plugin/brokenlinks.pm | 3 ++- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890