Skip to content

Commit

Permalink
Fixed issue #16904: Check attributes are escaped properly (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed Mar 25, 2021
1 parent 8100d01 commit bc372a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@
id='answeroptions[{{ answerOption.aid }}][{{ scale_id }}][answeroptionl10n][{{ language }}]'
name='answeroptions[{{ answerOption.aid }}][{{ scale_id }}][answeroptionl10n][{{ language }}]'
placeholder='{{ gT("Some example answer option") }}'
value="{{ answerOptionl10n.answer }}"
value="{{ answerOptionl10n.answer|escape('html_attr') }}"
/>
<span class="input-group-addon">
{{ getEditor(
Expand Down

0 comments on commit bc372a8

Please sign in to comment.