diff options
-rwxr-xr-x | htdocs/index.html | 8 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 29f511b..e94c717 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.52 2002-10-12 09:28:31 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-12 09:28:31 $" +<!--#set var="revision" value="\$Id: index.html,v 1.53 2002-10-22 01:25:24 link Exp $" +--><!--#set var="date" value="\$Date: 2002-10-22 01:25:24 $" --><!--#set var="title" value="The W3C HTML Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -42,12 +42,12 @@ "<a href="whatsnew.html">What's New</a>" for more details. </p> <dl> + <dt><a href="whatsnew.html#2002-10-22">October 22, 2002</a></dt> + <dd>Internal restructuring and new DTDs added. Bug fixes.</dd> <dt><a href="whatsnew.html#2001-10-06">October 06, 2001</a></dt> <dd>Finished web site redesign and added Tip-of-the-Day.</dd> <dt><a href="whatsnew.html#2001-09-24">September 26, 2001</a></dt> <dd>Added experimental support for SVG 1.0 and spec-prod 2.0.</dd> - <dt><a href="whatsnew.html#2001-09-13">September 13, 2001</a></dt> - <dd>Added support for XHTML 1.1, XHTML Basic 1.0, and MathML 2.0.</dd> </dl> </div> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index a165804..4d23a12 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.27 2002-09-08 19:37:41 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-09-08 19:37:41 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.28 2002-10-22 01:25:24 link Exp $" +--><!--#set var="date" value="\$Date: 2002-10-22 01:25:24 $" --><!--#set var="title" value="What's New at The W3C HTML Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -15,7 +15,7 @@ </p> </div> <dl> - <dt><a name="2002-08-20">August 08, 2002</a>:</dt> + <dt><a name="2002-10-22">October 22, 2002</a>:</dt> <dd> <ul> <li>Improved design of layout, including for Validation results.</li> |