summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-09-06 02:48:22 +0200
committercyeh%bluemartini.com <>2000-09-06 02:48:22 +0200
commit71554c60391699f865ae157a2dbe584184757f53 (patch)
tree05a1f80cfd866d43e0ed29d88bddee167dc3256a /bug_form.pl
parent5bdeb7efc96d5cc82cafeaae56ec19f7b900e614 (diff)
downloadbugzilla-71554c60391699f865ae157a2dbe584184757f53.tar.gz
bugzilla-71554c60391699f865ae157a2dbe584184757f53.tar.xz
html fix to reclose 21583
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug_form.pl b/bug_form.pl
index 5d6e5d268..d9eecbe04 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -312,7 +312,7 @@ while (MoreSQLData()) {
}
my $link = "showattachment.cgi?attach_id=$attachid";
$desc = value_quote($desc);
- print qq{<td><a href="$link">$date</a></td><td colspan=6>$desc&nbsp&nbsp&nbsp($mimetype)</td></tr><tr><td></td>};
+ print qq{<td><a href="$link">$date</a></td><td colspan=6>$desc&nbsp;&nbsp;&nbsp;($mimetype)</td></tr><tr><td></td>};
}
print "<td colspan=7><a href=\"createattachment.cgi?id=$id\">Create a new attachment</a> (proposed patch, testcase, etc.)</td></tr></table>\n";