From: cyeh%bluemartini.com <>
Date: Thu, 6 Jul 2000 01:21:53 +0000 (+0000)
Subject: fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),
X-Git-Tag: bugzilla-2.12~244
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39343c1e0e55a912b31171cbeee6ad270fcbb4e;p=thirdparty%2Fbugzilla.git
fixes for the attachment widths. fix by dave@intrec.com (Dave Miller),
original bug found by timeless@bemail.org
---
diff --git a/bug_form.pl b/bug_form.pl
index 5f6a77ceaa..fea6848d84 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 7665c1eda0..f9ada112aa 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,