зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
2c9073f1d9
Коммит
6f147d808a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче