perl/modules/W3C/XHTML/HTMLCompatChecker/bin appCcheck.pl,1.48,1.49

Update of /sources/public/perl/modules/W3C/XHTML/HTMLCompatChecker/bin
In directory hutz:/tmp/cvs-serv31105/bin

Modified Files:
	appCcheck.pl 
Log Message:
added info message is no errors

Index: appCcheck.pl
===================================================================
RCS file: /sources/public/perl/modules/W3C/XHTML/HTMLCompatChecker/bin/appCcheck.pl,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- appCcheck.pl	2 Jun 2010 15:34:55 -0000	1.48
+++ appCcheck.pl	2 Jun 2010 17:17:54 -0000	1.49
@@ -101,6 +101,12 @@
 
 <TMPL_UNLESS NAME="has_messages">
 <status value="passed"/>
+
+<message type="info">
+	<title>Congratulations!<?title>
+	<description>Your XHTML document follows <a href="http://www.w3.org/TR/xhtml1/#guidelines">HTML compatibility guidelines</a>.</description>
+</message>
+
 </TMPL_UNLESS>
 
 <TMPL_LOOP NAME="error_loop">

Received on Wednesday, 2 June 2010 17:18:00 UTC