diff options
author | terry%mozilla.org <> | 2000-01-07 02:39:03 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-07 02:39:03 +0100 |
commit | 845f202912dadeb9f18837bb19f117f8c092bacc (patch) | |
tree | 0e76e366f0401ee70652872898db07fb1da4cb73 /editproducts.cgi | |
parent | b521a0f3775e6598e8174c32b3ec309db96c7817 (diff) | |
download | bugzilla-845f202912dadeb9f18837bb19f117f8c092bacc.tar.gz bugzilla-845f202912dadeb9f18837bb19f117f8c092bacc.tar.xz |
Oops; fixed table alignment problem introduced by last change.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index f976a569b..9324fe68d 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -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"; |