diff options
author | gerv%gerv.net <> | 2002-04-27 04:09:50 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-27 04:09:50 +0000 |
commit | f825f153970affa04f95cbd23ab29d8de5faa6b5 (patch) | |
tree | 2ad7e9fe5e9d16b25931050f84e78171f915e3a3 /reports.cgi | |
parent | Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk. (diff) | |
download | bugzilla-f825f153970affa04f95cbd23ab29d8de5faa6b5.tar.gz bugzilla-f825f153970affa04f95cbd23ab29d8de5faa6b5.tar.bz2 bugzilla-f825f153970affa04f95cbd23ab29d8de5faa6b5.zip |
Move a </center> tag (inserted in bug 129442 in a vain attempt to make this CGI's HTML validate) to the bottom of the initial page. This has the effect of fixing the alignment of the "choose chart" widgets; returning them back to the centre, where it should be. No bug number.
Diffstat (limited to 'reports.cgi')
-rwxr-xr-x | reports.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reports.cgi b/reports.cgi index 4a2bd739a..2d91ebc61 100755 --- a/reports.cgi +++ b/reports.cgi @@ -171,7 +171,6 @@ sub choose_product { print <<FIN; <center> <h1>Welcome to the Bugzilla Query Kitchen</h1> -</center> <form method=get action=reports.cgi> <table border=1 cellpadding=5> <tr> @@ -253,6 +252,7 @@ FIN </td> </tr> </table> +</center> </form> <p> FIN |