Skip to content

Commit

Permalink
Fixed issue : class and title broken in array number (text layout)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 30, 2018
1 parent acea7c1 commit 94ffd09
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -53,8 +53,8 @@
<!-- InputBox Layout -->
{{ C.Html.textField(myfname2,value,({
'id' : "answer"~myfname2,
'class' : "multiflexitext form-control {{ answertypeclass }} text-right",
'title' : "{{ gT('Only numbers may be entered in this field.') }}",
'class' : "multiflexitext form-control "~answertypeclass~" text-right ",
'title' : gT('Only numbers may be entered in this field.'),
'size' : (inputsize ? inputsize : null),
'maxlength' : (maxlength ? maxlength : null),
'data-number' : 1,
Expand Down

0 comments on commit 94ffd09

Please sign in to comment.