From: justdave%syndicomm.com <> Date: Thu, 11 Oct 2001 06:36:29 +0000 (+0000) Subject: Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu subroutines... X-Git-Tag: bugzilla-2.14.1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1c5bfa51412d1a742bb72830b59aea25aca948;p=thirdparty%2Fbugzilla.git Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu subroutines now validates as HTML 4.01 at W3C. Patch by Christian Reis r= caillon, gerv, justdave --- diff --git a/CGI.pl b/CGI.pl index 41f8758926..6bc7195b80 100644 --- a/CGI.pl +++ b/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 .= "