mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22: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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xml.rightAngleBracket();
|
||||||
xml.append(configForm);
|
xml.append(configForm);
|
||||||
xml.closeElement(this);
|
xml.closeElement(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue