summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-15 13:25:28 +0200
committerbryce-mozilla%nextbus.com <>1999-06-15 13:25:28 +0200
commita59f318781f4f189484ba21206119c36ef3becf8 (patch)
tree1a2385d83a124ad8fa0973933d5903c26301486a /query.cgi
parent991e9d13f2bf7f7dafde5fc602b1612a3f88943c (diff)
downloadbugzilla-a59f318781f4f189484ba21206119c36ef3becf8.tar.gz
bugzilla-a59f318781f4f189484ba21206119c36ef3becf8.tar.xz
Fix several browsers, Lynx and Opera at least. HTML syntax errors here
and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/query.cgi b/query.cgi
index 54362fabd..b9a0c34d6 100755
--- a/query.cgi
+++ b/query.cgi
@@ -437,7 +437,7 @@ changed.
<tr>
<TH ALIGN=LEFT VALIGN=BOTTOM>Program:</th>
<TH ALIGN=LEFT VALIGN=BOTTOM>Version:</th>
-<TH ALIGN=LEFT VALIGN=BOTTOM><A HREF=describecomponents.cgi>Component:<a></th>
+<TH ALIGN=LEFT VALIGN=BOTTOM><A HREF=describecomponents.cgi>Component:</a></th>
";
if (Param("usetargetmilestone")) {
@@ -509,7 +509,6 @@ print "
</table>
<table border=0>
-<tr>
";
StringSearch("Summary", "short_desc");
@@ -560,7 +559,6 @@ print "
<INPUT TYPE=\"reset\" VALUE=\"Reset back to the default query\">
<INPUT TYPE=hidden name=form_name VALUE=query>
<BR>Give me a <A HREF=\"help.html\">clue</A> about how to use this form.
-</CENTER>
</FORM>
";