From a39343c1e0e55a912b31171cbeee6ad270fcbb4e Mon Sep 17 00:00:00 2001 From: "cyeh%bluemartini.com" <> Date: Thu, 6 Jul 2000 01:21:53 +0000 Subject: fixes for the attachment widths. fix by dave@intrec.com (Dave Miller), original bug found by timeless@bemail.org --- bug_form.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 5f6a77cea..fea6848d8 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -255,7 +255,7 @@ if (Param("useqacontact")) { print " QA Contact: - + @@ -266,11 +266,11 @@ if (Param("useqacontact")) { print " $URL - + Summary: - + @@ -280,7 +280,7 @@ if (Param("usestatuswhiteboard")) { print " Status Whiteboard: - + @@ -300,7 +300,7 @@ if (@::legal_keywords) { print qq{ Keywords: - + }; } @@ -314,9 +314,9 @@ while (MoreSQLData()) { } my $link = "showattachment.cgi?attach_id=$attachid"; $desc = value_quote($desc); - print qq{$date$desc}; + print qq{$date$desc}; } -print "Create a new attachment (proposed patch, testcase, etc.)\n"; +print "Create a new attachment (proposed patch, testcase, etc.)\n"; sub EmitDependList { -- cgit v1.2.3-24-g4f1b