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 +++++++-------
process_bug.cgi | 1 +
2 files changed, 8 insertions(+), 7 deletions(-)
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 {
diff --git a/process_bug.cgi b/process_bug.cgi
index 7665c1eda..f9ada112a 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -36,6 +36,7 @@ use RelationSet;
use vars %::versions,
%::components,
%::COOKIE,
+ %::MFORM,
%::keywordsbyname,
%::legal_keywords,
%::legal_opsys,
--
cgit v1.2.1