Merge pull request #398 from vanitasvitae/configureformfix

Add missing rightangle bracket to FormNode addXml()
This commit is contained in:
Florian Schmaus 2020-06-15 17:49:42 +02:00 committed by GitHub
commit 8cf6f756ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}