# HG changeset patch # User Matthew Wild # Date 1306970621 -3600 # Node ID 65e2c089d1381d9e6da0c1e86110459b1ad57337 # Parent a37522bf6b1bb0db231110760dfb99e0dee3a7d3 xmlhandlers: Don't restrict CDATA diff -r a37522bf6b1b -r 65e2c089d138 core/xmlhandlers.lua --- a/core/xmlhandlers.lua Wed Jun 01 23:20:54 2011 +0100 +++ b/core/xmlhandlers.lua Thu Jun 02 00:23:41 2011 +0100 @@ -153,7 +153,6 @@ xml_handlers.StartDoctypeDecl = restricted_handler; end xml_handlers.Comment = restricted_handler; - xml_handlers.StartCdataSection = restricted_handler; xml_handlers.ProcessingInstruction = restricted_handler; return xml_handlers;