Skip to content

Commit

Permalink
Fixed issue #18833: mobile phone issue with formulas on columns headi…
Browse files Browse the repository at this point in the history
…ngs with array numbers on checkbox layout (#3206)

Dev: processString
  • Loading branch information
Shnoulle committed Jun 9, 2023
1 parent e747eb5 commit bd00b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
'value' : "1"
}))
}}
<label for="cbox{{ myfname2 }}" class="ls-label-xs-visibility">{{ dataTitle }}</label>
<label for="cbox{{ myfname2 }}" class="ls-label-xs-visibility">{{ processString(dataTitle) }}</label>
</td>
<!-- end of answer_td_checkboxes -->

0 comments on commit bd00b75

Please sign in to comment.