From 94ffd097da361729aae040e18e3831301a532c00 Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Tue, 30 Oct 2018 08:50:44 +0100 Subject: [PATCH] Fixed issue : class and title broken in array number (text layout) --- .../answer/arrays/multiflexi/rows/cells/answer_td.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/survey/questions/answer/arrays/multiflexi/rows/cells/answer_td.twig b/application/views/survey/questions/answer/arrays/multiflexi/rows/cells/answer_td.twig index 5a0f2082daf..03a7372333f 100644 --- a/application/views/survey/questions/answer/arrays/multiflexi/rows/cells/answer_td.twig +++ b/application/views/survey/questions/answer/arrays/multiflexi/rows/cells/answer_td.twig @@ -53,8 +53,8 @@ {{ 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,