- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Sep 2009 17:59:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/XHTML/HTMLCompatChecker/bin
In directory hutz:/tmp/cvs-serv5987
Modified Files:
appCcheck.pl
Log Message:
minor fix for ucn output
Index: appCcheck.pl
===================================================================
RCS file: /sources/public/perl/modules/W3C/XHTML/HTMLCompatChecker/bin/appCcheck.pl,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- appCcheck.pl 23 Jun 2008 13:56:58 -0000 1.45
+++ appCcheck.pl 1 Sep 2009 17:59:18 -0000 1.46
@@ -145,12 +145,12 @@
<a href="http://www.w3.org/TR/xhtml1/#C_<TMPL_VAR NAME="cnum" ESCAPE="HTML">"><TMPL_VAR NAME="guideline_title" ESCAPE="HTML"></a></longmessage>
</info>
</TMPL_LOOP>
- <TMPL_UNLESS NAME="is_wf">
+ <TMPL_IF NAME="Abort">
<info>
- <message>The document appears to not be well-formed XML. Either it is not XHTML (e.g HTML up to version 4.01) or it has XML well-formedness errors.
- HTML Compatibility guidelines checking does not apply.</message>
+ <message>The document was not checked against HTML Compatibility Guidelines.</message>
+ <longmessage>Reason: <em><TMPL_VAR NAME="Abort_Message"></em></longmessage>
</info>
- </TMPL_UNLESS>
+ </TMPL_IF>
</infolist>
</informations>
</result>
Received on Tuesday, 1 September 2009 17:59:28 UTC