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:
parent
9eaeffca7e
commit
a12253dc29
@ -5,7 +5,7 @@
|
|||||||
{% set name = entity %}
|
{% set name = entity %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a href="{{ url(entity) }}">{{ name }}</a>
|
<a href="{{ url(entity) }}">{{ name | e }}</a>
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% macro links(entities) -%}
|
{% macro links(entities) -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user