diff options
author | ville <ville@localhost> | 2002-11-01 19:34:50 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2002-11-01 19:34:50 +0000 |
commit | 6ce12b7c3bf0669623cecb5b2d76ccc1f9d2d08d (patch) | |
tree | 90bdf5161a3355cf0e3edb676eda726f8c3f96c4 | |
parent | d142c0b2135c8c0bd66db495d7baafa431cc2820 (diff) | |
download | markup-validator-6ce12b7c3bf0669623cecb5b2d76ccc1f9d2d08d.zip markup-validator-6ce12b7c3bf0669623cecb5b2d76ccc1f9d2d08d.tar.gz markup-validator-6ce12b7c3bf0669623cecb5b2d76ccc1f9d2d08d.tar.bz2 |
Validity fixes, thanks to Bjoern Hoehrmann for the spot.
-rwxr-xr-x | htdocs/about.html | 6 | ||||
-rwxr-xr-x | htdocs/detailed.html | 10 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 8 |
3 files changed, 13 insertions, 11 deletions
diff --git a/htdocs/about.html b/htdocs/about.html index b6795d4..e4995f0 100755 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: about.html,v 1.15 2002-10-27 15:36:19 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-10-27 15:36:19 $" +<!--#set var="revision" value="\$Id: about.html,v 1.16 2002-11-01 19:34:50 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-11-01 19:34:50 $" --><!--#set var="title" value="About the W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -138,7 +138,7 @@ </li> <li> The <a href="http://www.linpro.no/lwp/"><acronym - title="libwww-perl">LWP Perl Modules</a> + title="libwww-perl">LWP</acronym> Perl Modules</a> by Gisle Aas and Martijn Koster for retrieving documents. </li> <li>Documentation and Error Explanations originally written by Scott Bigham.</li> diff --git a/htdocs/detailed.html b/htdocs/detailed.html index 2222eb2..bb9e397 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: detailed.html,v 1.9 2002-10-23 23:11:29 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-23 23:11:29 $" +<!--#set var="revision" value="\$Id: detailed.html,v 1.10 2002-11-01 19:34:50 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-11-01 19:34:50 $" --><!--#set var="title" value="The W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -90,9 +90,11 @@ </tr> <tr> <td><label><input name="No200" type="checkbox" value="" /> Validate error pages</label></td> - <tr><td /> + </tr> + <tr> + <td></td> <td><input type="submit" value="Validate this page" /></td> - <td /> + <td></td> </tr> </table> </form> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 5a717ec..1e2db4d 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.32 2002-10-27 15:36:19 ville Exp $" ---><!--#set var="date" value="\$Date: 2002-10-27 15:36:19 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.33 2002-11-01 19:34:50 ville Exp $" +--><!--#set var="date" value="\$Date: 2002-11-01 19:34:50 $" --><!--#set var="title" value="What's New at The W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -86,8 +86,8 @@ title="eXtensible HyperText Markup Language">XHTML</acronym> 1.1 and <acronym title="eXtensible HyperText Markup Language">XHTML</acronym> Basic 1.0.</li> - <li>Added experimental support for <abbrev - title="Mathematical Markup Language">MathML</abbrev> 2.0.</li> + <li>Added experimental support for + <abbr title="Mathematical Markup Language">MathML</abbr> 2.0.</li> <li>You can now tweak options from results page.</li> <li>Added option to override Character Encoding.</li> <li>Various bug fixes and minor changes.</li> |