summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-27 06:09:50 +0200
committergerv%gerv.net <>2002-04-27 06:09:50 +0200
commitf825f153970affa04f95cbd23ab29d8de5faa6b5 (patch)
tree2ad7e9fe5e9d16b25931050f84e78171f915e3a3 /reports.cgi
parent146ff555acbb6fdcf78f620d2299747a090ae3d0 (diff)
downloadbugzilla-f825f153970affa04f95cbd23ab29d8de5faa6b5.tar.gz
bugzilla-f825f153970affa04f95cbd23ab29d8de5faa6b5.tar.xz
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-xreports.cgi2
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