diff options
author | ot <ot@localhost> | 2005-02-09 06:42:49 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-02-09 06:42:49 +0000 |
commit | 7a4fc6ced249e8987b8ea0f9cba6adb59814712b (patch) | |
tree | 61f3be4a99197290e2fa2fb0e3ece096ee581a41 | |
parent | f7963c8152bc383c86437c54f4d7a8b333b006a0 (diff) | |
download | markup-validator-7a4fc6ced249e8987b8ea0f9cba6adb59814712b.zip markup-validator-7a4fc6ced249e8987b8ea0f9cba6adb59814712b.tar.gz markup-validator-7a4fc6ced249e8987b8ea0f9cba6adb59814712b.tar.bz2 |
porting from branch with new message note
-rwxr-xr-x | htdocs/file-upload.html | 8 | ||||
-rwxr-xr-x | htdocs/index.html | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/htdocs/file-upload.html b/htdocs/file-upload.html index 54f4290..31f2990 100755 --- a/htdocs/file-upload.html +++ b/htdocs/file-upload.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: file-upload.html,v 1.22 2005-01-21 08:29:01 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-01-21 08:29:01 $" +<!--#set var="revision" value="\$Id: file-upload.html,v 1.23 2005-02-09 06:42:49 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-02-09 06:42:49 $" --><!--#set var="title" value="W3C Markup Validation Service: Upload Files" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -22,8 +22,8 @@ </tr> </table> </form> - <p><strong>Note</strong>: file upload does not currently work with Internet - Explorer on Windows XP Service Pack 2, see our + <p><strong>Note</strong>: file upload may not work with Internet + Explorer on some versions of Windows XP Service Pack 2, see our <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> on the W3C QA Website.</p> diff --git a/htdocs/index.html b/htdocs/index.html index 8b244ba..912ba27 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.65 2005-01-21 08:29:01 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-01-21 08:29:01 $" +<!--#set var="revision" value="\$Id: index.html,v 1.66 2005-02-09 06:42:49 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-02-09 06:42:49 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -45,8 +45,8 @@ title="File Upload Interface to the W3C Markup Validation Service" href="file-upload.html">Extended File Upload Interface</a>. </p> - <p><strong>Note</strong>: file upload does not currently work with Internet - Explorer on Windows XP Service Pack 2, see our + <p><strong>Note</strong>: file upload may not work with Internet + Explorer on some versions of Windows XP Service Pack 2, see our <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a> on the W3C QA Website.</p> </fieldset> |