]> git.donarmstrong.com Git - debbugs.git/blob - templates/en_US/mail/footer.tmpl
* sort bugs in footer.tmpl
[debbugs.git] / templates / en_US / mail / footer.tmpl
1 -- 
2 {
3 my %ref_handled;
4 for my $bug (sort ($ref,@refs)) {
5     next unless defined $bug;
6     next if exists $ref_handled{$bug};
7     $ref_handled{$bug} = 1;
8     $OUT .= bugurl($bug).qq(\n);
9 }
10 }{$config{project}} {ucfirst($config{bug})} Tracking System
11 Contact {$config{maintainer_email}} with problems