diff --git a/mozilla/webtools/bugzilla/CGI.pl b/mozilla/webtools/bugzilla/CGI.pl index f7cf522911f..8925afd670c 100644 --- a/mozilla/webtools/bugzilla/CGI.pl +++ b/mozilla/webtools/bugzilla/CGI.pl @@ -451,7 +451,12 @@ sub make_options { "Please send mail to " . Param("maintainer") . " with " . "details of what you were doing when this message " . "appeared. Thank you.\n"; - PutFooter(); + if (!$src) { + $src = ["???null???"]; + } + print "
src = " . value_quote(join(' ', @$src)) . "\n";
+        print "default = " . value_quote($default) . "
"; + Putfooter(); # confess "Gulp."; exit 0;