Sanitize artists and tracks in lists, GH-167

This commit is contained in:
krateng 2022-10-13 18:08:08 +02:00
parent 9eaeffca7e
commit a12253dc29
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% set name = entity %}
{% endif %}
<a href="{{ url(entity) }}">{{ name }}</a>
<a href="{{ url(entity) }}">{{ name | e }}</a>
{%- endmacro %}
{% macro links(entities) -%}