Skip to content

Commit

Permalink
Fix xss in repeatableDeleteButton
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 12, 2021
1 parent 53ac7f0 commit 59a680b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
</st:attribute>
</st:documentation>
<st:adjunct includes="lib.form.repeatable.repeatable"/>
<button tooltip="${attrs.value ?: '%Delete'}" class="repeatable-delete danger" type="button">
<button tooltip="${h.xmlEscape(attrs.value ?: '%Delete')}" class="repeatable-delete danger" type="button">
<l:ionicon name="close-outline" />
</button>
</j:jelly>

0 comments on commit 59a680b

Please sign in to comment.