]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops; fixed table alignment problem introduced by last change.
authorterry%mozilla.org <>
Fri, 7 Jan 2000 01:39:03 +0000 (01:39 +0000)
committerterry%mozilla.org <>
Fri, 7 Jan 2000 01:39:03 +0000 (01:39 +0000)
editproducts.cgi

index f976a569bb13d65505157911f0b72c860d282d62..9324fe68d91eb1205491522ba3bddc90038982c4 100755 (executable)
@@ -202,7 +202,7 @@ unless ($action) {
         print "</TR>";
     }
     print "<TR>\n";
-    print "  <TD VALIGN=\"top\" COLSPAN=4>Add a new product</TD>\n";
+    print "  <TD VALIGN=\"top\" COLSPAN=5>Add a new product</TD>\n";
     print "  <TD VALIGN=\"top\" ALIGN=\"middle\"><FONT SIZE =-1><A HREF=\"editproducts.cgi?action=add\">Add</A></FONT></TD>\n";
     print "</TR></TABLE>\n";