X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fprocess;h=089fa46888be91a6234ddaa0cbb80f8d18f5498d;hb=611a4b401fce2979a485476787afb136acf86af9;hp=716e0a5370e72e7282a6c386444f922ef2a29d60;hpb=fae2d5eea37642cc3773faa697973c25e5e140c2;p=debbugs.git diff --git a/scripts/process b/scripts/process index 716e0a5..089fa46 100755 --- a/scripts/process +++ b/scripts/process @@ -1262,7 +1262,7 @@ sub fill_template{ }; my $hole_var = {'&bugurl' => sub{"$_[0]: ". - 'http://'.$config{cgi_domain}.'/'. + $config{cgi_domain}.'/'. Debbugs::CGI::bug_links(bug=>$_[0], links_only => 1, );