diff --git a/searx/templates/result_templates/torrent.html b/searx/templates/result_templates/torrent.html index 4b7cfbf2..6c62793a 100644 --- a/searx/templates/result_templates/torrent.html +++ b/searx/templates/result_templates/torrent.html @@ -1,6 +1,6 @@

{{ result.title|safe }}

-

{% if result.content %}{{ result.content|safe }}
{% endif %}

+ {% if result.content %}

{{ result.content|safe }}

{% endif %}

Seed: {{ result.seed }}, Leech: {{ result.leech }}

magnet link

{{ result.pretty_url }}