diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index e46e42c..5dc872e 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -84,7 +84,7 @@
{{ 'Common'|trans }}
-
+
@@ -260,7 +260,7 @@
{{ 'Trackers'|trans }}
-
+
{% for tracker in trackers %}
{{ tracker }} @@ -289,7 +289,7 @@ {{ 'Locales' | trans }}
-
+
{% if torrent.locales %}
{% for i, locale in torrent.locales.value %}{% if i > 0 %},{% endif %} {{ locale|locale_name(locale)|u.title }}{% endfor %}