From 8e007666d4ad28331bafa14d38b14a1e82be539d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Jun 2015 09:47:40 +0100 Subject: brokenlinks: sort the pages that link to the missing page, for better reproducibility --- IkiWiki/Plugin/brokenlinks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki/Plugin/brokenlinks.pm') diff --git a/IkiWiki/Plugin/brokenlinks.pm b/IkiWiki/Plugin/brokenlinks.pm index 8ee734bf9..2318298fe 100644 --- a/IkiWiki/Plugin/brokenlinks.pm +++ b/IkiWiki/Plugin/brokenlinks.pm @@ -39,7 +39,7 @@ sub preprocess (@) { htmllink($page, $params{destpage}, $link, noimageinline => 1), join(", ", map { htmllink($params{page}, $params{destpage}, $_, noimageinline => 1) - } @pages) + } sort @pages) ); } -- cgit v1.2.3