Skip to content

Commit

Permalink
PR feedback: escape the whole string, not just spName
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 28, 2024
1 parent 1383c69 commit 6d32926
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% if spName ?? '' is empty %}
{{ '{selectidp-links:header}'|trans }}
{% else %}
{{ '{selectidp-links:header-for-sp}'|trans({'%spName%': spName|e}) }}
{{ '{selectidp-links:header-for-sp}'|trans({'%spName%': spName})|e }}
{% endif %}
</span>

Expand Down

0 comments on commit 6d32926

Please sign in to comment.