X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;h=f3c7ff6f59789cf00987a75d4fd9b73da05149f7;hb=ed5e21f46b69d8ad26136eebe086afbb76ebc28b;hp=d01a286bf39e9097db6efc2e8f27fb0620bdab0c;hpb=ad165e414fc1b8cb7253c481a1d1efa1abcb3036;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index d01a286..f3c7ff6 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -76,6 +76,11 @@ if (not defined $buglog) { -type => "text/html", -charset => 'utf-8', ); + print fill_in_template(template=>'cgi/no_such_bug', + variables => {modify_time => strftime('%a, %e %b %Y %T UTC', gmtime), + bug_num => $ref, + }, + ); exit 0; }