summaryrefslogtreecommitdiffstats
path: root/httpd/cgi-bin/check
diff options
context:
space:
mode:
authorot <ot@localhost>2007-05-22 06:45:17 +0000
committerot <ot@localhost>2007-05-22 06:45:17 +0000
commit8c4c948f2ca3a6e63dee0fe23005a3009315bb47 (patch)
treec61918cacbe953c7bb50c8508e9f6f55115da86a /httpd/cgi-bin/check
parent1facb9c8155a1e7a30fd6dffd8d31bce14598ad2 (diff)
downloadmarkup-validator-8c4c948f2ca3a6e63dee0fe23005a3009315bb47.zip
markup-validator-8c4c948f2ca3a6e63dee0fe23005a3009315bb47.tar.gz
markup-validator-8c4c948f2ca3a6e63dee0fe23005a3009315bb47.tar.bz2
re-wording for documents checked with xml-wf only
Diffstat (limited to 'httpd/cgi-bin/check')
-rwxr-xr-xhttpd/cgi-bin/check5
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index ba2690d..73511cd 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.523 2007-05-20 23:17:28 ot Exp $
+# $Id: check,v 1.524 2007-05-22 06:45:16 ot Exp $
#
# Disable buffering on STDOUT!
@@ -181,7 +181,7 @@ Directory not readable (permission denied): @_r
#
# Strings
- $VERSION = q$Revision: 1.523 $;
+ $VERSION = q$Revision: 1.524 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
#
@@ -2383,6 +2383,7 @@ sub W3C::Validator::SAXHandler::error
# since parsing was done without validation, result can only be "well-formed"
if ($File->{Mode} eq 'XML' and lc($File->{Root}) ne 'html') {
$File->{XMLWF_ONLY} = TRUE;
+ add_warning('W09xml', {});
}
return;
}