mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 13:58:28 +00:00
spelling: contains
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
db9d1c4be6
commit
7ff3e2d1e0
@@ -291,7 +291,7 @@ public class XFLXmlWriter implements XMLStreamWriter {
|
||||
@Override
|
||||
public void writeCData(String data) throws XMLStreamException {
|
||||
closeStartElement();
|
||||
// todo: split when data cintains "]]>"
|
||||
// todo: split when data contains "]]>"
|
||||
append("<![CDATA[").append(data).append("]]>");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user