]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
html fix to reclose 21583
authorcyeh%bluemartini.com <>
Wed, 6 Sep 2000 00:48:22 +0000 (00:48 +0000)
committercyeh%bluemartini.com <>
Wed, 6 Sep 2000 00:48:22 +0000 (00:48 +0000)
bug_form.pl

index 5d6e5d26827fa6a42cb0869b290857942af6d65a..d9eecbe04c30acfdf64c265469450bc1b956082e 100644 (file)
@@ -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";