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

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

Modified Files:
	appCcheck.pl 
Log Message:
fixed title closing tag

Index: appCcheck.pl
===================================================================
RCS file: /sources/public/perl/modules/W3C/XHTML/HTMLCompatChecker/bin/appCcheck.pl,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- appCcheck.pl	2 Jun 2010 17:17:54 -0000	1.49
+++ appCcheck.pl	2 Jun 2010 17:21:34 -0000	1.50
@@ -103,7 +103,7 @@
 <status value="passed"/>
 
 <message type="info">
-	<title>Congratulations!<?title>
+	<title>Congratulations!</title>
 	<description>Your XHTML document follows <a href="http://www.w3.org/TR/xhtml1/#guidelines">HTML compatibility guidelines</a>.</description>
 </message>
 

Received on Wednesday, 2 June 2010 17:21:38 UTC