Update to HTML 4.01 Transitional. Remove invalid empty table rows.
This commit is contained in:
parent
2989c7097a
commit
496b753ede
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12481
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.74 2001/11/18 05:59:50 mike Exp $">
|
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.75 2002/01/04 05:58:56 kuriyama Exp $">
|
||||||
<!ENTITY title "Search">
|
<!ENTITY title "Search">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
|
@ -236,8 +236,6 @@ yield inaccurate results.</em></p>
|
||||||
<td>Design and development of the binary update system</td>
|
<td>Design and development of the binary update system</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="cvs-all"> <strong>Commit</strong></td>
|
value="cvs-all"> <strong>Commit</strong></td>
|
||||||
|
@ -281,7 +279,6 @@ yield inaccurate results.</em></p>
|
||||||
of a Firewire (aka IEEE 1394 aka iLink) subsystem for FreeBSD</td>
|
of a Firewire (aka IEEE 1394 aka iLink) subsystem for FreeBSD</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="freebsd-fs"> <strong>Fs</strong></td>
|
value="freebsd-fs"> <strong>Fs</strong></td>
|
||||||
|
@ -426,8 +423,6 @@ yield inaccurate results.</em></p>
|
||||||
<td>FreeBSD Conformance to the C99 and the POSIX standards</td>
|
<td>FreeBSD Conformance to the C99 and the POSIX standards</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><input type="checkbox" name="source"
|
<td><input type="checkbox" name="source"
|
||||||
value="freebsd-tokenring"> <strong>Tokenring</strong></td>
|
value="freebsd-tokenring"> <strong>Tokenring</strong></td>
|
||||||
|
|
Loading…
Reference in a new issue