summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorbryce-mozilla%nextbus.com <>1999-06-27 11:09:45 +0200
committerbryce-mozilla%nextbus.com <>1999-06-27 11:09:45 +0200
commit3a875c933f2f4933b6c65a6000ad1c214da3bc19 (patch)
tree78010b1ec353b0944fa408f7beb761f6ba09db30 /index.html
parent0fc5ea122dba4e408f21045477d6c2ad10639c52 (diff)
downloadbugzilla-3a875c933f2f4933b6c65a6000ad1c214da3bc19.tar.gz
bugzilla-3a875c933f2f4933b6c65a6000ad1c214da3bc19.tar.xz
Another battle in the HTML syntax error war. Two bodies, and a hanging
table data. Hope this is OK, Terry.
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
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>