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.
git-svn-id: svn://10.0.0.236/trunk@120002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7ca6105a0a
commit
064e2e53b6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user