diff options
author | ot <ot@localhost> | 2007-09-04 04:09:19 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-09-04 04:09:19 +0000 |
commit | 1d7e2cac74bbf28da3f30a3c4eb137477bef2ee4 (patch) | |
tree | cf70998a0c3c8f159d21bf76dca84e0c00d72bff | |
parent | dc06a69719467236ef79b22f29d07c7b9794dfcf (diff) | |
download | markup-validator-1d7e2cac74bbf28da3f30a3c4eb137477bef2ee4.zip markup-validator-1d7e2cac74bbf28da3f30a3c4eb137477bef2ee4.tar.gz markup-validator-1d7e2cac74bbf28da3f30a3c4eb137477bef2ee4.tar.bz2 |
markup typo/mistake fix
-rwxr-xr-x | htdocs/docs/api.html | 5 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/htdocs/docs/api.html b/htdocs/docs/api.html index 9d914a4..9ffd825 100755 --- a/htdocs/docs/api.html +++ b/htdocs/docs/api.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: api.html,v 1.12 2007-08-06 06:23:28 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-08-06 06:23:28 $" +<!--#set var="revision" value="\$Id: api.html,v 1.13 2007-09-04 04:09:19 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-09-04 04:09:19 $" --><!--#set var="title" value="Documentation of the Programmatic Interface (API) to The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -288,7 +288,6 @@ element, but also the <code>warning</code> element are <code>line</code>, <code> <li><a href="http://search.cpan.org/dist/WebService-Validator-HTML-W3C/">WebService::Validator::HTML::W3C</a> in perl, by Struan Donald.</li> <li><a href="http://pear.php.net/package/Services_W3C_HTMLValidator" title="PEAR Package : Services_W3C_HTMLValidator">Services_W3C_HTMLValidator</a> in PHP, a PEAR library by Brett Bieber.</li> - <li> </ul> <h3 id="http_headers">Using HTTP headers to know validation results</h3> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 07bad1e..ad01643 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.66 2007-08-07 02:41:40 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-08-07 02:41:40 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.67 2007-09-04 04:09:18 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-09-04 04:09:18 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -31,7 +31,7 @@ named entities (such as &copy;).</li> <li>Bug Fix: fixing <a href="docs/users.html#Calling">referer checking</a> when running with Apache and mod_perl2.</li> - <li>Bug Fix: the validator would crash when called from browsers with rare language preference settings + <li>Bug Fix: the validator would crash when called from browsers with rare language preference settings</li> <li>… and small performance and code cleanup fixes</li> </ul> |