Software /
code /
prosody
Changeset
4281:5a0144a032d8
Merge 0.6->0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 02 Jun 2011 00:25:44 +0100 |
parents | 4277:683523db4fe8 (current diff) 4280:65e2c089d138 (diff) |
children | 4282:f5a46b73432b 4288:8fde6b6b4919 |
files | core/xmlhandlers.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;