Skip to content

Commit

Permalink
add missing space after css class form-group TheCoder4eu#1008
Browse files Browse the repository at this point in the history
  • Loading branch information
Georg Posselt committed May 1, 2019
1 parent d1a7095 commit 1a713aa
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 1a713aa

Please sign in to comment.