From c850ae74f49a8dba4f9950aa4746e0e904a6c924 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 16 Jan 2012 08:51:37 -0800 Subject: [PATCH] * sort bugs in footer.tmpl --- templates/en_US/mail/footer.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/en_US/mail/footer.tmpl b/templates/en_US/mail/footer.tmpl index 211a058..132201f 100644 --- a/templates/en_US/mail/footer.tmpl +++ b/templates/en_US/mail/footer.tmpl @@ -1,7 +1,7 @@ -- { my %ref_handled; -for my $bug ($ref,@refs) { +for my $bug (sort ($ref,@refs)) { next unless defined $bug; next if exists $ref_handled{$bug}; $ref_handled{$bug} = 1; -- 2.39.2