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.

This commit is contained in:
gerv%gerv.net 2002-04-26 21:09:50 +00:00
Родитель 2c9073f1d9
Коммит 6f147d808a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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