- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 23:31:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv1543/httpd/cgi-bin
Modified Files:
check
Log Message:
Deverbosify MSIE warning, nuke mdashes, and add some minimal CSS for it.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -d -r1.388 -r1.389
--- check 4 Feb 2005 21:12:51 -0000 1.388
+++ check 4 Feb 2005 23:31:04 -0000 1.389
@@ -1442,13 +1442,13 @@
<p id="msie">
<strong>Note:</strong>
- a bug in the version of Microsoft's Internet Explorer that comes with
- Windows XP's Service Pack 2 causes it to mislabel uploaded files as
- "<code>text/plain</code>". If this is the browser you are using you
- can work around this problem by using a different browser —
- such as <a href="http://getfirefox.com/">Firefox</a> — for
- validating uploaded files; or by publishing the page in question
- and validating it by URL instead.
+ a bug in the version of Microsoft Internet Explorer that comes with
+ Windows XP Service Pack 2 causes it to mislabel uploaded files as
+ "<code>text/plain</code>". You can work around this problem by using a
+ different browser, such as <a
+ href="http://getfirefox.com/">Firefox</a>, for validating
+ uploaded files; or by publishing the page in question and validating it
+ by URL instead.
</p>
.EOF.
}
Received on Friday, 4 February 2005 23:31:06 UTC