mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Merge pull request #398 from vanitasvitae/configureformfix
Add missing rightangle bracket to FormNode addXml()
This commit is contained in:
commit
8cf6f756ce
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class FormNode extends NodeExtension {
|
|||
return;
|
||||
}
|
||||
|
||||
xml.rightAngleBracket();
|
||||
xml.append(configForm);
|
||||
xml.closeElement(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue