Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit cfa928d

Browse files
authored
Merge pull request #54 from mdab121/fix/templates
Fix templates
2 parents 3642b37 + 06458b7 commit cfa928d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/AdminPanel/Support/LeafTags/FormSelectGroup.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ public class FormSelectGroup: BasicTag {
9696

9797
template.append("</select>")
9898

99-
template.append("</div>")
100-
10199
// If Fieldset has errors then loop through them and add help-blocks
102100
if(errors != nil) {
103101
for e in errors! {

0 commit comments

Comments
 (0)