mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-28 16:25:36 +00:00
spelling: attribute
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ac83112933
commit
cb63356c7d
@@ -1430,7 +1430,7 @@ public class XFLConverter {
|
||||
} else if (v instanceof String) {
|
||||
writer.writeStartElement("PD");
|
||||
writer.writeAttribute("n", n);
|
||||
//missing t attrinute = string (maybe "s"?)
|
||||
//missing t attribute = string (maybe "s"?)
|
||||
writer.writeAttribute("v", (String) v);
|
||||
writer.writeEndElement();
|
||||
exportedNames.add(n);
|
||||
|
||||
Reference in New Issue
Block a user