# HG changeset patch # User Matthew Wild # Date 1306970744 -3600 # Node ID 5a0144a032d846d0df40c30c33a79ef510f5d094 # Parent 683523db4fe83ecbd18881df1f7802fbb21311d5# Parent 65e2c089d1381d9e6da0c1e86110459b1ad57337 Merge 0.6->0.7 diff -r 683523db4fe8 -r 5a0144a032d8 core/xmlhandlers.lua --- a/core/xmlhandlers.lua Wed Jun 01 23:25:24 2011 +0100 +++ b/core/xmlhandlers.lua Thu Jun 02 00:25:44 2011 +0100 @@ -158,7 +158,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;