diff options
author | timeless%mozdev.org <> | 2002-10-27 07:30:10 +0000 |
---|---|---|
committer | timeless%mozdev.org <> | 2002-10-27 07:30:10 +0000 |
commit | 5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014 (patch) | |
tree | d1e6215ce9e9cc48f07f2de74a834ac69a172b5b /editproducts.cgi | |
parent | Bug 147833 - start using CGI.pm (diff) | |
download | bugzilla-5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014.tar.gz bugzilla-5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014.tar.bz2 bugzilla-5b6b45ec09591f41c42ce66bbd3b2ad4c41dc014.zip |
Bugzilla Bug 176936 minor consistency changes for editproducts and editflags
r=joel
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 d7c28f7cb..5649c4440 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -232,7 +232,7 @@ unless ($action) { } print "<TR>\n"; print " <TD VALIGN=\"top\" COLSPAN=7>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 " <TD VALIGN=\"top\" ALIGN=\"middle\"><A HREF=\"editproducts.cgi?action=add\">Add</A></TD>\n"; print "</TR></TABLE>\n"; PutTrailer(); |