]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Another battle in the HTML syntax error war. Two bodies, and a hanging
authorbryce-mozilla%nextbus.com <>
Sun, 27 Jun 1999 09:09:45 +0000 (09:09 +0000)
committerbryce-mozilla%nextbus.com <>
Sun, 27 Jun 1999 09:09:45 +0000 (09:09 +0000)
table data.  Hope this is OK, Terry.

index.html

index ba9a0a7ee2ad10c68aebff22335a14fb4c655f3d..e136e93ad355cbe27769e1e1cc596130dcda78ea 100644 (file)
@@ -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>