1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

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

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) -%}