diff --git a/webtools/bugzilla/enter_bug.cgi b/webtools/bugzilla/enter_bug.cgi index 4b46b36d4f29..96a38d39d67f 100755 --- a/webtools/bugzilla/enter_bug.cgi +++ b/webtools/bugzilla/enter_bug.cgi @@ -374,7 +374,7 @@ if ($::usergroupset ne '0') { $vars->{'default'} = \%default; -my $format = ValidateOutputFormat($::FORM{'format'}, "create"); +my $format = ValidateOutputFormat($::FORM{'format'}, "create", "bug/create"); print "Content-type: $format->{'contenttype'}\n\n"; $template->process("bug/create/$format->{'template'}", $vars)