From a8560efd7b96d48ff05c2d92d01659e71127d996 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" Date: Wed, 10 Oct 2001 23:36:29 +0000 Subject: [PATCH] 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 --- webtools/bugzilla/CGI.pl | 120 ++++++++++++++++++++++----------------- 1 file changed, 68 insertions(+), 52 deletions(-) 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 .= "