diff options
author | bryce-mozilla%nextbus.com <> | 1999-06-27 09:09:45 +0000 |
---|---|---|
committer | bryce-mozilla%nextbus.com <> | 1999-06-27 09:09:45 +0000 |
commit | 3a875c933f2f4933b6c65a6000ad1c214da3bc19 (patch) | |
tree | 78010b1ec353b0944fa408f7beb761f6ba09db30 | |
parent | Make attachments remember who submitted that attachment. (diff) | |
download | bugzilla-3a875c933f2f4933b6c65a6000ad1c214da3bc19.tar.gz bugzilla-3a875c933f2f4933b6c65a6000ad1c214da3bc19.tar.bz2 bugzilla-3a875c933f2f4933b6c65a6000ad1c214da3bc19.zip |
Another battle in the HTML syntax error war. Two bodies, and a hanging
table data. Hope this is OK, Terry.
-rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/index.html b/index.html index ba9a0a7ee..e136e93ad 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <!-- The contents of this file are subject to the Mozilla Public License @@ -55,8 +56,6 @@ LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000"> </TD></TR></TABLE> -<body> - <img align=right width=329 height=220 src=ant.jpg border=2> @@ -74,8 +73,8 @@ But it all boils down to a choice of: <a href="createaccount.cgi">Open a new Bugzilla account</a><br> <a href="relogin.cgi">Forget the currently stored login</a><br> <a href="changepassword.cgi">Change password or user preferences</a><br> -<FORM METHOD=GET ACTION=show_bug.cgi><INPUT TYPE=SUBMIT VALUE="Find"> bug -# <INPUT NAME=id SIZE=6></FORM></TD> +<FORM METHOD=GET ACTION="show_bug.cgi"> +<INPUT TYPE=SUBMIT VALUE="Find"> bug # <INPUT NAME=id SIZE=6></FORM> </BODY> </HTML> |