remove extra closing div

This commit is contained in:
Leigh Johnson
2016-12-15 14:55:57 -05:00
parent 26de1ffc2f
commit ad89483c1e

View File

@@ -1760,8 +1760,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
if (this.form.horizontal) { if (this.form.horizontal) {
html += "</div>\n"; html += "</div>\n";
} }
html += '</div>';
} }
} }