mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Add missing rightangle bracket to FormNode addXml()
This commit is contained in:
parent
d74f19e26a
commit
99cb60dac7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue