Skip to content

Commit

Permalink
Merge pull request #1074 from geopossachs/bugfixes/datapicker
Browse files Browse the repository at this point in the history
add space after css class by datepicker
  • Loading branch information
TheCoder4eu authored May 11, 2019
2 parents d1a7095 + 7ac39f6 commit c02089b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private void encodeHTML(FacesContext fc) throws IOException {

String formGroupClass = "";
if (!(getParent() instanceof FormGroup)) {
formGroupClass = "form-group";
formGroupClass = "form-group ";
}
rw.writeAttribute("class", formGroupClass + errorSeverityClass, "class");
if (!idHasBeenRendered) {
Expand Down

0 comments on commit c02089b

Please sign in to comment.