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