Skip to content

Commit 37fdbb1

Browse files
committed
fix: add closing tags to span in twigAdvancedForm
1 parent e0e3d02 commit 37fdbb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

util/twigAdvancedForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ define(['jquery', 'src/util/api', 'modules/modulefactory'], (
102102
return !this.innerHTML.includes('form-button addRow');
103103
});
104104
rows.prepend(`
105-
<td><span class="form-button addRow" /></td>
106-
<td><span class="form-button removeRow" /></td>
105+
<td><span class="form-button addRow"></span></td>
106+
<td><span class="form-button removeRow"></span></td>
107107
`);
108108
}
109109

0 commit comments

Comments
 (0)