diff --git a/webtools/bugzilla/CGI.pl b/webtools/bugzilla/CGI.pl index 41f875892655..6bc7195b8090 100644 --- a/webtools/bugzilla/CGI.pl +++ b/webtools/bugzilla/CGI.pl @@ -23,6 +23,7 @@ # Dave Miller # Christopher Aillon # Gervase Markham +# Christian Reis # Contains some global routines used throughout the CGI scripts of Bugzilla. @@ -333,7 +334,7 @@ sub ValidateBugID { } else { DisplayError( qq|You are not authorized to access bug #$id. To see this bug, you - must first log in + must first log in to an account with the appropriate permissions.| ); } @@ -555,7 +556,7 @@ sub make_selection_widget { if ($type eq "CHECKBOX") { $popup .= "$displaytext
"; } elsif ($type eq "RADIO") { - $popup .= "$displaytext
"; + $popup .= "$displaytext
"; } else { $popup .= "