mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 22:16:30 +00:00
fix4
This commit is contained in:
@@ -285,6 +285,7 @@ public class XFLXmlWriter implements XMLStreamWriter {
|
||||
|
||||
@Override
|
||||
public void writeCData(String data) throws XMLStreamException {
|
||||
closeStartElement();
|
||||
// todo: split when data cintains "]]>"
|
||||
append("<![CDATA[").append(data).append("]]>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user