From 1cd252b610ce6ffd6fb42a9a71f282d232a7b907 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 16 Oct 2023 01:23:13 +0300 Subject: [PATCH] remove deprecated construction --- templates/default/torrent/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig index f4ed3e5..130472b 100644 --- a/templates/default/torrent/list.html.twig +++ b/templates/default/torrent/list.html.twig @@ -59,7 +59,7 @@ {% if torrent.keywords %}
{% for keyword, quantity in torrent.keywords %} - + #{{ keyword }} {% endfor %}