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
1 changed files with 1 additions and 0 deletions

View File

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