fixing errors

This commit is contained in:
John Mitchell
2015-03-09 16:41:39 -04:00
parent fb5db213cd
commit dada789f8b
4 changed files with 6 additions and 11 deletions

View File

@@ -855,7 +855,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', ListGenerat
$(buttonId).html("ABC");
$(inputId).attr("type", "password");
}
}
};
html += "\<div class='input-group";
html += (horizontal) ? " " + getFieldWidth() : "";
html += "'>\n";