diff options
author | bryce-mozilla%nextbus.com <> | 1999-06-15 13:25:28 +0200 |
---|---|---|
committer | bryce-mozilla%nextbus.com <> | 1999-06-15 13:25:28 +0200 |
commit | a59f318781f4f189484ba21206119c36ef3becf8 (patch) | |
tree | 1a2385d83a124ad8fa0973933d5903c26301486a /query.cgi | |
parent | 991e9d13f2bf7f7dafde5fc602b1612a3f88943c (diff) | |
download | bugzilla-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-x | query.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> "; |