- From: Terje Bless <link@hutz.w3.org>
- Date: Sat, 15 May 2004 16:21:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv9611
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
Enable the Charset popup in results when &check_utf8 throws an exception.
Note that this may fail (produce odd results) in some other exception states
so it bears watching for further weirdness.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.116
retrieving revision 1.305.2.117
diff -u -d -r1.305.2.116 -r1.305.2.117
--- check 15 May 2004 10:17:48 -0000 1.305.2.116
+++ check 15 May 2004 16:21:04 -0000 1.305.2.117
@@ -535,7 +535,7 @@
#
# Abort if an error was flagged during transcoding
-&abort_if_error_flagged($File, O_SOURCE);
+&abort_if_error_flagged($File, O_SOURCE|O_CHARSET);
Received on Saturday, 15 May 2004 12:22:49 UTC