* Remove single-cell tables

* Add summary attribute to <table> tag to make tidy happy
* Add &nbsp; as a fill into empty table cells to make tidy happy

PR:		55973
Submitted by:	Pav Lucistnik <pav@oook.cz>
This commit is contained in:
Joe Marcus Clarke 2003-08-26 07:47:07 +00:00
parent ad7efd1b09
commit 1d8b2df107
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17993
2 changed files with 10 additions and 20 deletions

View file

@ -1,17 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.5 2003/06/19 03:32:35 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome2_porting.sgml,v 1.6 2003/07/13 05:11:09 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2 Components">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<!-- Begin USE_GNOME components list -->
<table border="1">
<table border="1" summary="GNOME 2 components">
<tr>
<th>COMPONENT</th>
<th>ASSOCIATED PROGRAM</th>
@ -45,7 +43,7 @@
<tr>
<td><tt>esound</tt></td>
<td><tt>audio/esound</tt></td>
<td><tt></tt></td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
@ -297,7 +295,7 @@
<tr>
<td><tt>pkgconfig</tt></td>
<td><tt>devel/pkgconfig</tt></td>
<td><tt></tt></td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
@ -313,9 +311,6 @@
the <a href="/ports/gnome.html">existing ports</a> for examples.
The <a href="mailto:&email;@FreeBSD.org">freebsd-gnome mailing
list</a> is also there for you.</p>
</td>
</tr>
</table>
&footer;
</body>

View file

@ -1,17 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.4 2003/07/13 05:11:09 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/gnome_porting.sgml,v 1.5 2003/07/20 17:58:10 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1 Components">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<!-- Begin USE_GNOME components list -->
<table border="1">
<table border="1" summary="GNOME 1 components">
<tr>
<th>COMPONENT</th>
<th>ASSOCIATED PROGRAM</th>
@ -27,7 +25,7 @@
<tr>
<td><tt>esound</tt></td>
<td><tt>audio/esound</tt></td>
<td><tt></tt></td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
@ -157,7 +155,7 @@
<tr>
<td><tt>libghttp</tt></td>
<td><tt>www/libghttp</tt></td>
<td><tt></tt></td>
<td><tt>&nbsp;</tt></td>
</tr>
<tr>
@ -197,9 +195,6 @@
the <a href="/ports/gnome.html">existing ports</a> for examples.
The <a href="mailto:&email;@FreeBSD.org">freebsd-gnome mailing
list</a> is also there for you.</p>
</td>
</tr>
</table>
&footer;
</body>