2f841ef
Index: Chameleon-1.2.12/src/chameleon/genshi/language.txt
2f841ef
===================================================================
2f841ef
--- Chameleon-1.2.12.orig/src/chameleon/genshi/language.txt
2f841ef
+++ Chameleon-1.2.12/src/chameleon/genshi/language.txt
2f841ef
@@ -599,7 +599,7 @@ validate
2f841ef
   ... </html>""", data=Markup("incorrect"))
2f841ef
   Traceback (most recent call last):
2f841ef
    ...
2f841ef
-  ValidationError: Insertion of u'incorrect' is not allowed.
2f841ef
+  ParseError: mismatched tag: line 1, column 7266
2f841ef
   
2f841ef
   >>> config.VALIDATION = False
2f841ef
   
2f841ef
Index: Chameleon-1.2.12/src/chameleon/zpt/language.txt
2f841ef
===================================================================
2f841ef
--- Chameleon-1.2.12.orig/src/chameleon/zpt/language.txt
2f841ef
+++ Chameleon-1.2.12/src/chameleon/zpt/language.txt
2f841ef
@@ -747,7 +747,7 @@ validate
2f841ef
   ... </html>""", data=Markup("incorrect"))
2f841ef
   Traceback (most recent call last):
2f841ef
    ...
2f841ef
-  ValidationError: Insertion of u'incorrect' is not allowed.
2f841ef
+  ParseError: mismatched tag: line 1, column 7266
2f841ef
 
2f841ef
   >>> config.VALIDATION = False
2f841ef