mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Oops; fixed table alignment problem introduced by last change.
This commit is contained in:
parent
a1eb629576
commit
ec0dd1cecf
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user