From dcb0fb5b9ed21bdaae25b4ba77d847820aafb882 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sat, 6 Oct 2001 07:03:00 +0000 Subject: Fix for bug 76714: correctly nests the FORM and TABLE elements. Patch by Gerv Markham . r=myk@mozilla.org, no second review needed. --- CGI.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CGI.pl b/CGI.pl index 67cca6f33..ee6dbb4c7 100644 --- a/CGI.pl +++ b/CGI.pl @@ -1357,7 +1357,7 @@ Actions: my $mybugstemplate = Param("mybugstemplate"); my %substs; $substs{'userid'} = url_quote($::COOKIE{"Bugzilla_login"}); - $html .= ""; + $html .= ""; $html .= "Preset Queries: "; $html .= "\n"; if ($mybugslink) { @@ -1374,7 +1374,7 @@ Actions: $html .= "$name"; } - $html .= "\n"; + $html .= "\n"; } else { $html .= " \n"; $html .= @@ -1383,8 +1383,8 @@ Actions: " | Log in"; $html .= ""; } - $html .= "\n"; $html .= ""; + $html .= "\n"; return $html; } -- cgit v1.2.3-24-g4f1b