1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-17 09:04:53 +02:00

Add missing rightangle bracket to FormNode addXml()

This commit is contained in:
Paul Schaub 2020-06-15 16:15:27 +02:00
parent d74f19e26a
commit 99cb60dac7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -77,6 +77,7 @@ public class FormNode extends NodeExtension {
return; return;
} }
xml.rightAngleBracket();
xml.append(configForm); xml.append(configForm);
xml.closeElement(this); xml.closeElement(this);
} }