Update DOCTYPE to HTML 4.01 Transitional. Remove invalid empty table
row.
This commit is contained in:
parent
d100dcea5f
commit
9d57f1b80b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12489
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY date "$FreeBSD: www/en/register.sgml,v 1.17 2000/07/07 11:09:52 dannyboy Exp $">
|
<!ENTITY date "$FreeBSD: www/en/register.sgml,v 1.18 2001/07/13 12:52:11 dd Exp $">
|
||||||
<!ENTITY title "Register">
|
<!ENTITY title "Register">
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<table width="95%" border="0">
|
<table width="95%" border="0">
|
||||||
<tr valign="top">
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>First Name: </td>
|
<td>First Name: </td>
|
||||||
|
|
Loading…
Reference in a new issue