]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/bugreport.cgi
* Stop hard coding the path to spool in age-1
[debbugs.git] / cgi / bugreport.cgi
index d01a286bf39e9097db6efc2e8f27fb0620bdab0c..f3c7ff6f59789cf00987a75d4fd9b73da05149f7 100755 (executable)
@@ -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;
 }