Skip to content
Permalink
Browse files Browse the repository at this point in the history
Merge pull request #225 from sascha988/patch-2
vulnerability XSS fix
  • Loading branch information
jbtronics committed Feb 25, 2023
2 parents b70c9d4 + dc906bf commit 5b7f44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/parts/lists/search_list.html.twig
Expand Up @@ -16,7 +16,7 @@
</div>
<div id="searchInfo" class="accordion-collapse collapse" data-bs-parent="#listAccordion">
<div class="accordion-body">
<h4>{% trans with {"%keyword%": keyword} %}parts_list.search.searching_for{% endtrans %}</h4>
<h4>{% trans with {"%keyword%": keyword|escape} %}parts_list.search.searching_for{% endtrans %}</h4>
{% trans %}parts_list.search_options.caption{% endtrans %}:


Expand Down

0 comments on commit 5b7f44f

Please sign in to comment.