Skip to content

Commit

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

Dev: processString
  • Loading branch information
Shnoulle committed Jun 9, 2023
1 parent 5231c87 commit d635da1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,6 +25,6 @@
'aria-labelledby' : "answertext" ~ basename ~ "_" ~ dataCode,
}))
}}
<label for="cbox{{ myfname2 }}" class="ls-label-xs-visibility" aria-hidden="true">{{ dataTitle }}</label>
<label for="cbox{{ myfname2 }}" class="ls-label-xs-visibility" aria-hidden="true">{{ processString(dataTitle) }}</label>
</td>
<!-- end of answer_td_checkboxes -->

0 comments on commit d635da1

Please sign in to comment.