diff options
-rw-r--r-- | htdocs/base.css | 14 | ||||
-rwxr-xr-x | httpd/cgi-bin/check | 18 |
2 files changed, 22 insertions, 10 deletions
diff --git a/htdocs/base.css b/htdocs/base.css index adda53f..884ab3a 100644 --- a/htdocs/base.css +++ b/htdocs/base.css @@ -4,7 +4,7 @@ Copyright 2000-2005 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright - $Id: base.css,v 1.38 2005-01-19 08:33:12 ot Exp $ + $Id: base.css,v 1.39 2005-02-04 23:31:03 link Exp $ */ @import url(results.css); /* CSS for validation results. */ @@ -13,6 +13,18 @@ @import url(docs.css); /* CSS for the Documentation. */ +/* Special Notices */ +p#msie { /* msie-bug note for text/plain */ + float: right; + border: 1px solid black; + background: white; + width: 15em; + padding: 1em; + text-align: justify; + font-size: smaller; +} + + /* General styling */ diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 3e03507..36164da 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.388 2005-02-04 21:12:51 link Exp $ +# $Id: check,v 1.389 2005-02-04 23:31:04 link Exp $ # # Disable buffering on STDOUT! @@ -239,7 +239,7 @@ Directory not readable (permission denied): @_r # # Strings - $VERSION = q$Revision: 1.388 $; + $VERSION = q$Revision: 1.389 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; # @@ -1442,13 +1442,13 @@ sub parse_content_type { <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. } |