Commit f825f153 authored by gerv%gerv.net's avatar gerv%gerv.net

Move a </center> tag (inserted in bug 129442 in a vain attempt to make this…

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.
parent 146ff555
...@@ -171,7 +171,6 @@ sub choose_product { ...@@ -171,7 +171,6 @@ sub choose_product {
print <<FIN; print <<FIN;
<center> <center>
<h1>Welcome to the Bugzilla Query Kitchen</h1> <h1>Welcome to the Bugzilla Query Kitchen</h1>
</center>
<form method=get action=reports.cgi> <form method=get action=reports.cgi>
<table border=1 cellpadding=5> <table border=1 cellpadding=5>
<tr> <tr>
...@@ -253,6 +252,7 @@ FIN ...@@ -253,6 +252,7 @@ FIN
</td> </td>
</tr> </tr>
</table> </table>
</center>
</form> </form>
<p> <p>
FIN FIN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment